Html Css Color HEX #A59DDD Wistful

📋 copy color: '#A59DDD'

red 165 ◦ green 157 ◦ blue 221

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

Shades of Wistful #A59DDD

Tints of Wistful #A59DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.7%

R = 30.39%
G = 28.91%
B = 40.7%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A59DDD (or 0xA59DDD) is known color: Wistful. HEX triplet: A5, 9D and DD. RGB value is (165,157,221). Sum of RGB (Red+Green+Blue) = 165+157+221=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #A59DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DDD is #5A6222. Grayscale: #A6A6A6. Windows color (decimal): -5923363 or 14523813. OLE color: 14523813.

HSL color Cylindrical-coordinate representation of color #A59DDD: hue angle of 247.5º degrees, saturation: 0.48, 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 #A59DDD is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 157 221 -
CMYK 0.25 0.29 0 0.13
HSL 247.5º 0.48% 0.74% -
HSV(B) 247.5º 0.29% 0.87% -
XYZ 40.63 37.33 73.47 -
YUV 166.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 165 157 221 0.25 0.29 0 0.13 247.5 0.48 0.74
Hex A5 9D DD 19 1D 0 D F8 30 4A
Octal 245 235 335 31 35 0 15 370 60 112
Binary 10100101 10011101 11011101 11001 11101 0 1101 11111000 110000 1001010

Color Harmonies of #A59DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59DDD

Black with #A59DDD

Text Example


Text Example

White with #A59DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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