Html Css Color HEX #A59CBF Wistful

📋 copy color: '#A59CBF'

red 165 ◦ green 156 ◦ blue 191

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

Shades of Wistful #A59CBF

Tints of Wistful #A59CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.3%

R = 32.23%
G = 30.47%
B = 37.3%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A59CBF (or 0xA59CBF) is known color: Wistful. HEX triplet: A5, 9C and BF. RGB value is (165,156,191). Sum of RGB (Red+Green+Blue) = 165+156+191=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #A59CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CBF is #5A6340. Grayscale: #A2A2A2. Windows color (decimal): -5923649 or 12557477. OLE color: 12557477.

HSL color Cylindrical-coordinate representation of color #A59CBF: hue angle of 255.43º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A59CBF is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 156 191 -
CMYK 0.14 0.18 0 0.25
HSL 255.43º 0.21% 0.68% -
HSV(B) 255.43º 0.18% 0.75% -
XYZ 36.81 35.54 54.21 -
YUV 162.68 143.98 129.65 -
System Red Green Blue C M Y K H S L
Decimal 165 156 191 0.14 0.18 0 0.25 255.43 0.21 0.68
Hex A5 9C BF E 12 0 19 FF 15 44
Octal 245 234 277 16 22 0 31 377 25 104
Binary 10100101 10011100 10111111 1110 10010 0 11001 11111111 10101 1000100

Color Harmonies of #A59CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59CBF

Black with #A59CBF

Text Example


Text Example

White with #A59CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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