Html Css Color HEX #A59ADD Wistful

📋 copy color: '#A59ADD'

red 165 ◦ green 154 ◦ blue 221

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

Shades of Wistful #A59ADD

Tints of Wistful #A59ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.52%

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

R = 30.56%
G = 28.52%
B = 40.93%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A59ADD (or 0xA59ADD) is known color: Wistful. HEX triplet: A5, 9A and DD. RGB value is (165,154,221). Sum of RGB (Red+Green+Blue) = 165+154+221=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #A59ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ADD is #5A6522. Grayscale: #A4A4A4. Windows color (decimal): -5924131 or 14523045. OLE color: 14523045.

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

Color convert

RGB 165 154 221 -
CMYK 0.25 0.30 0 0.13
HSL 249.85º 0.5% 0.74% -
HSV(B) 249.85º 0.3% 0.87% -
XYZ 40.12 36.33 73.3 -
YUV 164.93 159.64 128.05 -
System Red Green Blue C M Y K H S L
Decimal 165 154 221 0.25 0.30 0 0.13 249.85 0.5 0.74
Hex A5 9A DD 19 1E 0 D FA 32 4A
Octal 245 232 335 31 36 0 15 372 62 112
Binary 10100101 10011010 11011101 11001 11110 0 1101 11111010 110010 1001010

Color Harmonies of #A59ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59ADD

Black with #A59ADD

Text Example


Text Example

White with #A59ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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