Html Css Color HEX #A29EDB Wistful

📋 copy color: '#A29EDB'

red 162 ◦ green 158 ◦ blue 219

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

Shades of Wistful #A29EDB

Tints of Wistful #A29EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 30.06%
G = 29.31%
B = 40.63%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A29EDB (or 0xA29EDB) is known color: Wistful. HEX triplet: A2, 9E and DB. RGB value is (162,158,219). Sum of RGB (Red+Green+Blue) = 162+158+219=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #A29EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29EDB is #5D6124. Grayscale: #A5A5A5. Windows color (decimal): -6119717 or 14392994. OLE color: 14392994.

HSL color Cylindrical-coordinate representation of color #A29EDB: hue angle of 243.93º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A29EDB is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 158 219 -
CMYK 0.26 0.28 0 0.14
HSL 243.93º 0.46% 0.74% -
HSV(B) 243.93º 0.28% 0.86% -
XYZ 39.91 37.25 72.1 -
YUV 166.15 157.83 125.04 -
System Red Green Blue C M Y K H S L
Decimal 162 158 219 0.26 0.28 0 0.14 243.93 0.46 0.74
Hex A2 9E DB 1A 1C 0 E F4 2E 4A
Octal 242 236 333 32 34 0 16 364 56 112
Binary 10100010 10011110 11011011 11010 11100 0 1110 11110100 101110 1001010

Color Harmonies of #A29EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29EDB

Black with #A29EDB

Text Example


Text Example

White with #A29EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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