Html Css Color HEX #A29ECC Wistful

📋 copy color: '#A29ECC'

red 162 ◦ green 158 ◦ blue 204

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

Shades of Wistful #A29ECC

Tints of Wistful #A29ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.93%

R = 30.92%
G = 30.15%
B = 38.93%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A29ECC (or 0xA29ECC) is known color: Wistful. HEX triplet: A2, 9E and CC. RGB value is (162,158,204). Sum of RGB (Red+Green+Blue) = 162+158+204=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #A29ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29ECC is #5D6133. Grayscale: #A4A4A4. Windows color (decimal): -6119732 or 13409954. OLE color: 13409954.

HSL color Cylindrical-coordinate representation of color #A29ECC: hue angle of 245.22º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A29ECC is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 158 204 -
CMYK 0.21 0.23 0 0.2
HSL 245.22º 0.31% 0.71% -
HSV(B) 245.22º 0.23% 0.8% -
XYZ 38.03 36.49 62.17 -
YUV 164.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 162 158 204 0.21 0.23 0 0.2 245.22 0.31 0.71
Hex A2 9E CC 15 17 0 14 F5 1F 47
Octal 242 236 314 25 27 0 24 365 37 107
Binary 10100010 10011110 11001100 10101 10111 0 10100 11110101 11111 1000111

Color Harmonies of #A29ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29ECC

Black with #A29ECC

Text Example


Text Example

White with #A29ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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