Html Css Color HEX #A29BEE Wistful

📋 copy color: '#A29BEE'

red 162 ◦ green 155 ◦ blue 238

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

Shades of Wistful #A29BEE

Tints of Wistful #A29BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.88%

R = 29.19%
G = 27.93%
B = 42.88%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A29BEE (or 0xA29BEE) is known color: Wistful. HEX triplet: A2, 9B and EE. RGB value is (162,155,238). Sum of RGB (Red+Green+Blue) = 162+155+238=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #A29BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29BEE is #5D6411. Grayscale: #A6A6A6. Windows color (decimal): -6120466 or 15637410. OLE color: 15637410.

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

Color convert

RGB 162 155 238 -
CMYK 0.32 0.35 0 0.07
HSL 245.06º 0.71% 0.77% -
HSV(B) 245.06º 0.35% 0.93% -
XYZ 42.05 37.3 85.87 -
YUV 166.56 168.32 124.75 -
System Red Green Blue C M Y K H S L
Decimal 162 155 238 0.32 0.35 0 0.07 245.06 0.71 0.77
Hex A2 9B EE 20 23 0 7 F5 47 4D
Octal 242 233 356 40 43 0 7 365 107 115
Binary 10100010 10011011 11101110 100000 100011 0 111 11110101 1000111 1001101

Color Harmonies of #A29BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29BEE

Black with #A29BEE

Text Example


Text Example

White with #A29BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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