Html Css Color HEX #A299DB Wistful

📋 copy color: '#A299DB'

red 162 ◦ green 153 ◦ blue 219

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

Shades of Wistful #A299DB

Tints of Wistful #A299DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.65%

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

R = 30.34%
G = 28.65%
B = 41.01%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A299DB (or 0xA299DB) is known color: Wistful. HEX triplet: A2, 99 and DB. RGB value is (162,153,219). Sum of RGB (Red+Green+Blue) = 162+153+219=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #A299DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299DB is #5D6624. Grayscale: #A2A2A2. Windows color (decimal): -6120997 or 14391714. OLE color: 14391714.

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

Color convert

RGB 162 153 219 -
CMYK 0.26 0.30 0 0.14
HSL 248.18º 0.48% 0.73% -
HSV(B) 248.18º 0.3% 0.86% -
XYZ 39.08 35.58 71.83 -
YUV 163.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 162 153 219 0.26 0.30 0 0.14 248.18 0.48 0.73
Hex A2 99 DB 1A 1E 0 E F8 30 49
Octal 242 231 333 32 36 0 16 370 60 111
Binary 10100010 10011001 11011011 11010 11110 0 1110 11111000 110000 1001001

Color Harmonies of #A299DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A299DB

Black with #A299DB

Text Example


Text Example

White with #A299DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A299DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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