Html Css Color HEX #A59FDC Wistful

📋 copy color: '#A59FDC'

red 165 ◦ green 159 ◦ blue 220

#A59FDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #A59FDC

Tints of Wistful #A59FDC

RGB

 RED value IS 165 (64.84% from 255) = 30.33%

 GREEN value IS 159 (62.5% from 255) = 29.23%

 BLUE value IS 220 (86.33% from 255) = 40.44%

R = 30.33%
G = 29.23%
B = 40.44%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A59FDC (or 0xA59FDC) is known color: Wistful. HEX triplet: A5, 9F and DC. RGB value is (165,159,220). Sum of RGB (Red+Green+Blue) = 165+159+220=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #A59FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FDC is #5A6023. Grayscale: #A7A7A7. Windows color (decimal): -5922852 or 14458789. OLE color: 14458789.

HSL color Cylindrical-coordinate representation of color #A59FDC: hue angle of 245.9º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A59FDC is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 159 220 -
CMYK 0.25 0.28 0 0.14
HSL 245.9º 0.47% 0.74% -
HSV(B) 245.9º 0.28% 0.86% -
XYZ 40.83 37.96 72.89 -
YUV 167.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 165 159 220 0.25 0.28 0 0.14 245.9 0.47 0.74
Hex A5 9F DC 19 1C 0 E F6 2F 4A
Octal 245 237 334 31 34 0 16 366 57 112
Binary 10100101 10011111 11011100 11001 11100 0 1110 11110110 101111 1001010

Color Harmonies of #A59FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59FDC

Black with #A59FDC

Text Example


Text Example

White with #A59FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59FDC; }

 p { color: rgb(165,159,220); }

 H1.HeaderClassName
 {
   color: #A59FDC;
 }
 .AnyTagClassName
 {
   color: #A59FDC;
 }
</style>

background-color css

<style>
 a { background-color: #A59FDC; }

 a { background-color: rgb(165,159,220); }

 div.DivClassName
 {
   background-color: #A59FDC;
 }
 .BgClassName
 {
   background-color: #A59FDC;
 }
</style>

border-color css

<style>
 span { border-color: #A59FDC; }

 span { border-color: rgb(165,159,220); }

 td.TdClassName
 {
   border-color: #A59FDC;
 }
 .TagClassName
 {
   border-color: #A59FDC;
 }
</style>