Html Css Color HEX #A59DCB Wistful

📋 copy color: '#A59DCB'

red 165 ◦ green 157 ◦ blue 203

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

Shades of Wistful #A59DCB

Tints of Wistful #A59DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.67%

R = 31.43%
G = 29.9%
B = 38.67%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A59DCB (or 0xA59DCB) is known color: Wistful. HEX triplet: A5, 9D and CB. RGB value is (165,157,203). Sum of RGB (Red+Green+Blue) = 165+157+203=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #A59DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DCB is #5A6234. Grayscale: #A4A4A4. Windows color (decimal): -5923381 or 13344165. OLE color: 13344165.

HSL color Cylindrical-coordinate representation of color #A59DCB: hue angle of 250.43º degrees, saturation: 0.31, 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 #A59DCB is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 157 203 -
CMYK 0.19 0.23 0 0.20
HSL 250.43º 0.31% 0.71% -
HSV(B) 250.43º 0.23% 0.8% -
XYZ 38.35 36.43 61.51 -
YUV 164.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 165 157 203 0.19 0.23 0 0.20 250.43 0.31 0.71
Hex A5 9D CB 13 17 0 14 FA 1F 47
Octal 245 235 313 23 27 0 24 372 37 107
Binary 10100101 10011101 11001011 10011 10111 0 10100 11111010 11111 1000111

Color Harmonies of #A59DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59DCB

Black with #A59DCB

Text Example


Text Example

White with #A59DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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