Html Css Color HEX #A59DBE Wistful

📋 copy color: '#A59DBE'

red 165 ◦ green 157 ◦ blue 190

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

Shades of Wistful #A59DBE

Tints of Wistful #A59DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 32.23%
G = 30.66%
B = 37.11%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A59DBE (or 0xA59DBE) is known color: Wistful. HEX triplet: A5, 9D and BE. RGB value is (165,157,190). Sum of RGB (Red+Green+Blue) = 165+157+190=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #A59DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DBE is #5A6241. Grayscale: #A3A3A3. Windows color (decimal): -5923394 or 12492197. OLE color: 12492197.

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

Color convert

RGB 165 157 190 -
CMYK 0.13 0.17 0 0.25
HSL 254.55º 0.2% 0.68% -
HSV(B) 254.55º 0.17% 0.75% -
XYZ 36.87 35.83 53.69 -
YUV 163.15 143.15 129.32 -
System Red Green Blue C M Y K H S L
Decimal 165 157 190 0.13 0.17 0 0.25 254.55 0.2 0.68
Hex A5 9D BE D 11 0 19 FF 14 44
Octal 245 235 276 15 21 0 31 377 24 104
Binary 10100101 10011101 10111110 1101 10001 0 11001 11111111 10100 1000100

Color Harmonies of #A59DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59DBE

Black with #A59DBE

Text Example


Text Example

White with #A59DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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