Html Css Color HEX #A59DBF Wistful

📋 copy color: '#A59DBF'

red 165 ◦ green 157 ◦ blue 191

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

Shades of Wistful #A59DBF

Tints of Wistful #A59DBF

RGB

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

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

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

R = 32.16%
G = 30.6%
B = 37.23%

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

#A59DBF (or 0xA59DBF) is known color: Wistful. HEX triplet: A5, 9D and BF. RGB value is (165,157,191). Sum of RGB (Red+Green+Blue) = 165+157+191=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #A59DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DBF is #5A6240. Grayscale: #A3A3A3. Windows color (decimal): -5923393 or 12557733. OLE color: 12557733.

HSL color Cylindrical-coordinate representation of color #A59DBF: hue angle of 254.12º 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 #A59DBF is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 157 191 -
CMYK 0.14 0.18 0 0.25
HSL 254.12º 0.21% 0.68% -
HSV(B) 254.12º 0.18% 0.75% -
XYZ 36.98 35.87 54.27 -
YUV 163.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 165 157 191 0.14 0.18 0 0.25 254.12 0.21 0.68
Hex A5 9D BF E 12 0 19 FE 15 44
Octal 245 235 277 16 22 0 31 376 25 104
Binary 10100101 10011101 10111111 1110 10010 0 11001 11111110 10101 1000100

Color Harmonies of #A59DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59DBF

Black with #A59DBF

Text Example


Text Example

White with #A59DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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