Html Css Color HEX #A29EC9 Wistful

📋 copy color: '#A29EC9'

red 162 ◦ green 158 ◦ blue 201

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

Shades of Wistful #A29EC9

Tints of Wistful #A29EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.58%

R = 31.09%
G = 30.33%
B = 38.58%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A29EC9 (or 0xA29EC9) is known color: Wistful. HEX triplet: A2, 9E and C9. RGB value is (162,158,201). Sum of RGB (Red+Green+Blue) = 162+158+201=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 201 - color contains mainly: blue. Hex color #A29EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29EC9 is #5D6136. Grayscale: #A3A3A3. Windows color (decimal): -6119735 or 13213346. OLE color: 13213346.

HSL color Cylindrical-coordinate representation of color #A29EC9: hue angle of 245.58º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A29EC9 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 158 201 -
CMYK 0.19 0.21 0 0.21
HSL 245.58º 0.28% 0.7% -
HSV(B) 245.58º 0.21% 0.79% -
XYZ 37.67 36.35 60.29 -
YUV 164.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 162 158 201 0.19 0.21 0 0.21 245.58 0.28 0.7
Hex A2 9E C9 13 15 0 15 F6 1C 46
Octal 242 236 311 23 25 0 25 366 34 106
Binary 10100010 10011110 11001001 10011 10101 0 10101 11110110 11100 1000110

Color Harmonies of #A29EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29EC9

Black with #A29EC9

Text Example


Text Example

White with #A29EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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