Html Css Color HEX #A29BDB Wistful

📋 copy color: '#A29BDB'

red 162 ◦ green 155 ◦ blue 219

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

Shades of Wistful #A29BDB

Tints of Wistful #A29BDB

RGB

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

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

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

R = 30.22%
G = 28.92%
B = 40.86%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A29BDB (or 0xA29BDB) is known color: Wistful. HEX triplet: A2, 9B and DB. RGB value is (162,155,219). Sum of RGB (Red+Green+Blue) = 162+155+219=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #A29BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29BDB is #5D6424. Grayscale: #A4A4A4. Windows color (decimal): -6120485 or 14392226. OLE color: 14392226.

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

Color convert

RGB 162 155 219 -
CMYK 0.26 0.29 0 0.14
HSL 246.56º 0.47% 0.73% -
HSV(B) 246.56º 0.29% 0.86% -
XYZ 39.41 36.24 71.94 -
YUV 164.39 158.82 126.3 -
System Red Green Blue C M Y K H S L
Decimal 162 155 219 0.26 0.29 0 0.14 246.56 0.47 0.73
Hex A2 9B DB 1A 1D 0 E F7 2F 49
Octal 242 233 333 32 35 0 16 367 57 111
Binary 10100010 10011011 11011011 11010 11101 0 1110 11110111 101111 1001001

Color Harmonies of #A29BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29BDB

Black with #A29BDB

Text Example


Text Example

White with #A29BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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