Html Css Color HEX #A29EEB Wistful

📋 copy color: '#A29EEB'

red 162 ◦ green 158 ◦ blue 235

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

Shades of Wistful #A29EEB

Tints of Wistful #A29EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.34%

R = 29.19%
G = 28.47%
B = 42.34%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A29EEB (or 0xA29EEB) is known color: Wistful. HEX triplet: A2, 9E and EB. RGB value is (162,158,235). Sum of RGB (Red+Green+Blue) = 162+158+235=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #A29EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29EEB is #5D6114. Grayscale: #A7A7A7. Windows color (decimal): -6119701 or 15441570. OLE color: 15441570.

HSL color Cylindrical-coordinate representation of color #A29EEB: hue angle of 243.12º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A29EEB is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 158 235 -
CMYK 0.31 0.33 0 0.08
HSL 243.12º 0.66% 0.77% -
HSV(B) 243.12º 0.33% 0.92% -
XYZ 42.12 38.13 83.74 -
YUV 167.97 165.83 123.74 -
System Red Green Blue C M Y K H S L
Decimal 162 158 235 0.31 0.33 0 0.08 243.12 0.66 0.77
Hex A2 9E EB 1F 21 0 8 F3 42 4D
Octal 242 236 353 37 41 0 10 363 102 115
Binary 10100010 10011110 11101011 11111 100001 0 1000 11110011 1000010 1001101

Color Harmonies of #A29EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29EEB

Black with #A29EEB

Text Example


Text Example

White with #A29EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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