Html Css Color HEX #A29EED Wistful

📋 copy color: '#A29EED'

red 162 ◦ green 158 ◦ blue 237

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

Shades of Wistful #A29EED

Tints of Wistful #A29EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.55%

R = 29.08%
G = 28.37%
B = 42.55%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A29EED (or 0xA29EED) is known color: Wistful. HEX triplet: A2, 9E and ED. RGB value is (162,158,237). Sum of RGB (Red+Green+Blue) = 162+158+237=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #A29EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29EED is #5D6112. Grayscale: #A7A7A7. Windows color (decimal): -6119699 or 15572642. OLE color: 15572642.

HSL color Cylindrical-coordinate representation of color #A29EED: hue angle of 243.04º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A29EED is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 158 237 -
CMYK 0.32 0.33 0 0.07
HSL 243.04º 0.69% 0.77% -
HSV(B) 243.04º 0.33% 0.93% -
XYZ 42.41 38.25 85.27 -
YUV 168.2 166.83 123.58 -
System Red Green Blue C M Y K H S L
Decimal 162 158 237 0.32 0.33 0 0.07 243.04 0.69 0.77
Hex A2 9E ED 20 21 0 7 F3 45 4D
Octal 242 236 355 40 41 0 7 363 105 115
Binary 10100010 10011110 11101101 100000 100001 0 111 11110011 1000101 1001101

Color Harmonies of #A29EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29EED

Black with #A29EED

Text Example


Text Example

White with #A29EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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