Html Css Color HEX #A29EDD Wistful

📋 copy color: '#A29EDD'

red 162 ◦ green 158 ◦ blue 221

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

Shades of Wistful #A29EDD

Tints of Wistful #A29EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.21%

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

R = 29.94%
G = 29.21%
B = 40.85%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A29EDD (or 0xA29EDD) is known color: Wistful. HEX triplet: A2, 9E and DD. RGB value is (162,158,221). Sum of RGB (Red+Green+Blue) = 162+158+221=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #A29EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29EDD is #5D6122. Grayscale: #A6A6A6. Windows color (decimal): -6119715 or 14524066. OLE color: 14524066.

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

Color convert

RGB 162 158 221 -
CMYK 0.27 0.29 0 0.13
HSL 243.81º 0.48% 0.74% -
HSV(B) 243.81º 0.29% 0.87% -
XYZ 40.18 37.36 73.5 -
YUV 166.38 158.83 124.88 -
System Red Green Blue C M Y K H S L
Decimal 162 158 221 0.27 0.29 0 0.13 243.81 0.48 0.74
Hex A2 9E DD 1B 1D 0 D F4 30 4A
Octal 242 236 335 33 35 0 15 364 60 112
Binary 10100010 10011110 11011101 11011 11101 0 1101 11110100 110000 1001010

Color Harmonies of #A29EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29EDD

Black with #A29EDD

Text Example


Text Example

White with #A29EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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