Html Css Color HEX #A29FEB Wistful

📋 copy color: '#A29FEB'

red 162 ◦ green 159 ◦ blue 235

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

Shades of Wistful #A29FEB

Tints of Wistful #A29FEB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.6%

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

R = 29.14%
G = 28.6%
B = 42.27%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A29FEB (or 0xA29FEB) is known color: Wistful. HEX triplet: A2, 9F and EB. RGB value is (162,159,235). Sum of RGB (Red+Green+Blue) = 162+159+235=556 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.14% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #A29FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29FEB is #5D6014. Grayscale: #A8A8A8. Windows color (decimal): -6119445 or 15441826. OLE color: 15441826.

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

Color convert

RGB 162 159 235 -
CMYK 0.31 0.32 0 0.08
HSL 242.37º 0.66% 0.77% -
HSV(B) 242.37º 0.32% 0.92% -
XYZ 42.29 38.48 83.79 -
YUV 168.56 165.49 123.32 -
System Red Green Blue C M Y K H S L
Decimal 162 159 235 0.31 0.32 0 0.08 242.37 0.66 0.77
Hex A2 9F EB 1F 20 0 8 F2 42 4D
Octal 242 237 353 37 40 0 10 362 102 115
Binary 10100010 10011111 11101011 11111 100000 0 1000 11110010 1000010 1001101

Color Harmonies of #A29FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29FEB

Black with #A29FEB

Text Example


Text Example

White with #A29FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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