Html Css Color HEX #A29BEB Wistful

📋 copy color: '#A29BEB'

red 162 ◦ green 155 ◦ blue 235

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

Shades of Wistful #A29BEB

Tints of Wistful #A29BEB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.08%

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

R = 29.35%
G = 28.08%
B = 42.57%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A29BEB (or 0xA29BEB) is known color: Wistful. HEX triplet: A2, 9B and EB. RGB value is (162,155,235). Sum of RGB (Red+Green+Blue) = 162+155+235=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #A29BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29BEB is #5D6414. Grayscale: #A5A5A5. Windows color (decimal): -6120469 or 15440802. OLE color: 15440802.

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

Color convert

RGB 162 155 235 -
CMYK 0.31 0.34 0 0.08
HSL 245.25º 0.67% 0.76% -
HSV(B) 245.25º 0.34% 0.92% -
XYZ 41.62 37.12 83.57 -
YUV 166.21 166.82 125 -
System Red Green Blue C M Y K H S L
Decimal 162 155 235 0.31 0.34 0 0.08 245.25 0.67 0.76
Hex A2 9B EB 1F 22 0 8 F5 43 4C
Octal 242 233 353 37 42 0 10 365 103 114
Binary 10100010 10011011 11101011 11111 100010 0 1000 11110101 1000011 1001100

Color Harmonies of #A29BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29BEB

Black with #A29BEB

Text Example


Text Example

White with #A29BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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