Html Css Color HEX #A59DDE Wistful

📋 copy color: '#A59DDE'

red 165 ◦ green 157 ◦ blue 222

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

Shades of Wistful #A59DDE

Tints of Wistful #A59DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.81%

R = 30.33%
G = 28.86%
B = 40.81%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A59DDE (or 0xA59DDE) is known color: Wistful. HEX triplet: A5, 9D and DE. RGB value is (165,157,222). Sum of RGB (Red+Green+Blue) = 165+157+222=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #A59DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DDE is #5A6221. Grayscale: #A6A6A6. Windows color (decimal): -5923362 or 14589349. OLE color: 14589349.

HSL color Cylindrical-coordinate representation of color #A59DDE: hue angle of 247.38º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A59DDE is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 157 222 -
CMYK 0.26 0.29 0 0.13
HSL 247.38º 0.5% 0.74% -
HSV(B) 247.38º 0.29% 0.87% -
XYZ 40.76 37.39 74.18 -
YUV 166.8 159.15 126.71 -
System Red Green Blue C M Y K H S L
Decimal 165 157 222 0.26 0.29 0 0.13 247.38 0.5 0.74
Hex A5 9D DE 1A 1D 0 D F7 32 4A
Octal 245 235 336 32 35 0 15 367 62 112
Binary 10100101 10011101 11011110 11010 11101 0 1101 11110111 110010 1001010

Color Harmonies of #A59DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59DDE

Black with #A59DDE

Text Example


Text Example

White with #A59DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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