Html Css Color HEX #A29FDB Wistful

📋 copy color: '#A29FDB'

red 162 ◦ green 159 ◦ blue 219

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

Shades of Wistful #A29FDB

Tints of Wistful #A29FDB

RGB

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

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

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

R = 30%
G = 29.44%
B = 40.56%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A29FDB (or 0xA29FDB) is known color: Wistful. HEX triplet: A2, 9F and DB. RGB value is (162,159,219). Sum of RGB (Red+Green+Blue) = 162+159+219=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #A29FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FDB is #5D6024. Grayscale: #A6A6A6. Windows color (decimal): -6119461 or 14393250. OLE color: 14393250.

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

Color convert

RGB 162 159 219 -
CMYK 0.26 0.27 0 0.14
HSL 243º 0.45% 0.74% -
HSV(B) 243º 0.27% 0.86% -
XYZ 40.08 37.59 72.16 -
YUV 166.74 157.49 124.62 -
System Red Green Blue C M Y K H S L
Decimal 162 159 219 0.26 0.27 0 0.14 243 0.45 0.74
Hex A2 9F DB 1A 1B 0 E F3 2D 4A
Octal 242 237 333 32 33 0 16 363 55 112
Binary 10100010 10011111 11011011 11010 11011 0 1110 11110011 101101 1001010

Color Harmonies of #A29FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29FDB

Black with #A29FDB

Text Example


Text Example

White with #A29FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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