Html Css Color HEX #A59CCB Wistful

📋 copy color: '#A59CCB'

red 165 ◦ green 156 ◦ blue 203

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

Shades of Wistful #A59CCB

Tints of Wistful #A59CCB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.77%

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

R = 31.49%
G = 29.77%
B = 38.74%

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

#A59CCB (or 0xA59CCB) is known color: Wistful. HEX triplet: A5, 9C and CB. RGB value is (165,156,203). Sum of RGB (Red+Green+Blue) = 165+156+203=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #A59CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CCB is #5A6334. Grayscale: #A3A3A3. Windows color (decimal): -5923637 or 13343909. OLE color: 13343909.

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

Color convert

RGB 165 156 203 -
CMYK 0.19 0.23 0 0.20
HSL 251.49º 0.31% 0.7% -
HSV(B) 251.49º 0.23% 0.8% -
XYZ 38.19 36.09 61.45 -
YUV 164.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 165 156 203 0.19 0.23 0 0.20 251.49 0.31 0.7
Hex A5 9C CB 13 17 0 14 FB 1F 46
Octal 245 234 313 23 27 0 24 373 37 106
Binary 10100101 10011100 11001011 10011 10111 0 10100 11111011 11111 1000110

Color Harmonies of #A59CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59CCB

Black with #A59CCB

Text Example


Text Example

White with #A59CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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