Html Css Color HEX #A299DC Wistful

📋 copy color: '#A299DC'

red 162 ◦ green 153 ◦ blue 220

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

Shades of Wistful #A299DC

Tints of Wistful #A299DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 30.28%
G = 28.6%
B = 41.12%

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

#A299DC (or 0xA299DC) is known color: Wistful. HEX triplet: A2, 99 and DC. RGB value is (162,153,220). Sum of RGB (Red+Green+Blue) = 162+153+220=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #A299DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299DC is #5D6623. Grayscale: #A3A3A3. Windows color (decimal): -6120996 or 14457250. OLE color: 14457250.

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

Color convert

RGB 162 153 220 -
CMYK 0.26 0.30 0 0.14
HSL 248.06º 0.49% 0.73% -
HSV(B) 248.06º 0.3% 0.86% -
XYZ 39.21 35.63 72.52 -
YUV 163.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 162 153 220 0.26 0.30 0 0.14 248.06 0.49 0.73
Hex A2 99 DC 1A 1E 0 E F8 31 49
Octal 242 231 334 32 36 0 16 370 61 111
Binary 10100010 10011001 11011100 11010 11110 0 1110 11111000 110001 1001001

Color Harmonies of #A299DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A299DC

Black with #A299DC

Text Example


Text Example

White with #A299DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A299DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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