Html Css Color HEX #A29EDE Wistful

📋 copy color: '#A29EDE'

red 162 ◦ green 158 ◦ blue 222

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

Shades of Wistful #A29EDE

Tints of Wistful #A29EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.96%

R = 29.89%
G = 29.15%
B = 40.96%

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

#A29EDE (or 0xA29EDE) is known color: Wistful. HEX triplet: A2, 9E and DE. RGB value is (162,158,222). Sum of RGB (Red+Green+Blue) = 162+158+222=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #A29EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29EDE is #5D6121. Grayscale: #A6A6A6. Windows color (decimal): -6119714 or 14589602. OLE color: 14589602.

HSL color Cylindrical-coordinate representation of color #A29EDE: hue angle of 243.75º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A29EDE is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 158 222 -
CMYK 0.27 0.29 0 0.13
HSL 243.75º 0.49% 0.75% -
HSV(B) 243.75º 0.29% 0.87% -
XYZ 40.31 37.41 74.2 -
YUV 166.49 159.33 124.8 -
System Red Green Blue C M Y K H S L
Decimal 162 158 222 0.27 0.29 0 0.13 243.75 0.49 0.75
Hex A2 9E DE 1B 1D 0 D F4 31 4B
Octal 242 236 336 33 35 0 15 364 61 113
Binary 10100010 10011110 11011110 11011 11101 0 1101 11110100 110001 1001011

Color Harmonies of #A29EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29EDE

Black with #A29EDE

Text Example


Text Example

White with #A29EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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