Html Css Color HEX #A59DCC Wistful

📋 copy color: '#A59DCC'

red 165 ◦ green 157 ◦ blue 204

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

Shades of Wistful #A59DCC

Tints of Wistful #A59DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.85%

 BLUE value IS 204 (80.08% from 255) = 38.78%

R = 31.37%
G = 29.85%
B = 38.78%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A59DCC (or 0xA59DCC) is known color: Wistful. HEX triplet: A5, 9D and CC. RGB value is (165,157,204). Sum of RGB (Red+Green+Blue) = 165+157+204=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #A59DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DCC is #5A6233. Grayscale: #A4A4A4. Windows color (decimal): -5923380 or 13409701. OLE color: 13409701.

HSL color Cylindrical-coordinate representation of color #A59DCC: hue angle of 250.21º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A59DCC is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 157 204 -
CMYK 0.19 0.23 0 0.2
HSL 250.21º 0.32% 0.71% -
HSV(B) 250.21º 0.23% 0.8% -
XYZ 38.47 36.47 62.14 -
YUV 164.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 165 157 204 0.19 0.23 0 0.2 250.21 0.32 0.71
Hex A5 9D CC 13 17 0 14 FA 20 47
Octal 245 235 314 23 27 0 24 372 40 107
Binary 10100101 10011101 11001100 10011 10111 0 10100 11111010 100000 1000111

Color Harmonies of #A59DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59DCC

Black with #A59DCC

Text Example


Text Example

White with #A59DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59DCC; }

 p { color: rgb(165,157,204); }

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

background-color css

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

 a { background-color: rgb(165,157,204); }

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

border-color css

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

 span { border-color: rgb(165,157,204); }

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