Html Css Color HEX #A59ACD Wistful

📋 copy color: '#A59ACD'

red 165 ◦ green 154 ◦ blue 205

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

Shades of Wistful #A59ACD

Tints of Wistful #A59ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.39%

 BLUE value IS 205 (80.47% from 255) = 39.12%

R = 31.49%
G = 29.39%
B = 39.12%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A59ACD (or 0xA59ACD) is known color: Wistful. HEX triplet: A5, 9A and CD. RGB value is (165,154,205). Sum of RGB (Red+Green+Blue) = 165+154+205=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #A59ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ACD is #5A6532. Grayscale: #A2A2A2. Windows color (decimal): -5924147 or 13474469. OLE color: 13474469.

HSL color Cylindrical-coordinate representation of color #A59ACD: hue angle of 252.94º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A59ACD is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 154 205 -
CMYK 0.20 0.25 0 0.20
HSL 252.94º 0.34% 0.7% -
HSV(B) 252.94º 0.25% 0.8% -
XYZ 38.09 35.52 62.61 -
YUV 163.1 151.64 129.35 -
System Red Green Blue C M Y K H S L
Decimal 165 154 205 0.20 0.25 0 0.20 252.94 0.34 0.7
Hex A5 9A CD 14 19 0 14 FD 22 46
Octal 245 232 315 24 31 0 24 375 42 106
Binary 10100101 10011010 11001101 10100 11001 0 10100 11111101 100010 1000110

Color Harmonies of #A59ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59ACD

Black with #A59ACD

Text Example


Text Example

White with #A59ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59ACD; }

 p { color: rgb(165,154,205); }

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

background-color css

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

 a { background-color: rgb(165,154,205); }

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

border-color css

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

 span { border-color: rgb(165,154,205); }

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