Html Css Color HEX #A29ADD Wistful

📋 copy color: '#A29ADD'

red 162 ◦ green 154 ◦ blue 221

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

Shades of Wistful #A29ADD

Tints of Wistful #A29ADD

RGB

 RED value IS 162 (63.67% from 255) = 30.17%

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

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

R = 30.17%
G = 28.68%
B = 41.15%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A29ADD (or 0xA29ADD) is known color: Wistful. HEX triplet: A2, 9A and DD. RGB value is (162,154,221). Sum of RGB (Red+Green+Blue) = 162+154+221=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #A29ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29ADD is #5D6522. Grayscale: #A3A3A3. Windows color (decimal): -6120739 or 14523042. OLE color: 14523042.

HSL color Cylindrical-coordinate representation of color #A29ADD: hue angle of 247.16º 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 #A29ADD is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 154 221 -
CMYK 0.27 0.30 0 0.13
HSL 247.16º 0.5% 0.74% -
HSV(B) 247.16º 0.3% 0.87% -
XYZ 39.51 36.01 73.28 -
YUV 164.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 162 154 221 0.27 0.30 0 0.13 247.16 0.5 0.74
Hex A2 9A DD 1B 1E 0 D F7 32 4A
Octal 242 232 335 33 36 0 15 367 62 112
Binary 10100010 10011010 11011101 11011 11110 0 1101 11110111 110010 1001010

Color Harmonies of #A29ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29ADD

Black with #A29ADD

Text Example


Text Example

White with #A29ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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