Html Css Color HEX #A29DDB Wistful

📋 copy color: '#A29DDB'

red 162 ◦ green 157 ◦ blue 219

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

Shades of Wistful #A29DDB

Tints of Wistful #A29DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.18%

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

R = 30.11%
G = 29.18%
B = 40.71%

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

#A29DDB (or 0xA29DDB) is known color: Wistful. HEX triplet: A2, 9D and DB. RGB value is (162,157,219). Sum of RGB (Red+Green+Blue) = 162+157+219=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #A29DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29DDB is #5D6224. Grayscale: #A5A5A5. Windows color (decimal): -6119973 or 14392738. OLE color: 14392738.

HSL color Cylindrical-coordinate representation of color #A29DDB: hue angle of 244.84º 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 #A29DDB is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 157 219 -
CMYK 0.26 0.28 0 0.14
HSL 244.84º 0.46% 0.74% -
HSV(B) 244.84º 0.28% 0.86% -
XYZ 39.74 36.91 72.05 -
YUV 165.56 158.16 125.46 -
System Red Green Blue C M Y K H S L
Decimal 162 157 219 0.26 0.28 0 0.14 244.84 0.46 0.74
Hex A2 9D DB 1A 1C 0 E F5 2E 4A
Octal 242 235 333 32 34 0 16 365 56 112
Binary 10100010 10011101 11011011 11010 11100 0 1110 11110101 101110 1001010

Color Harmonies of #A29DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29DDB

Black with #A29DDB

Text Example


Text Example

White with #A29DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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