Html Css Color HEX #A099DC Wistful

📋 copy color: '#A099DC'

red 160 ◦ green 153 ◦ blue 220

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

Shades of Wistful #A099DC

Tints of Wistful #A099DC

RGB

 RED value IS 160 (62.89% from 255) = 30.02%

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

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

R = 30.02%
G = 28.71%
B = 41.28%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A099DC (or 0xA099DC) is known color: Wistful. HEX triplet: A0, 99 and DC. RGB value is (160,153,220). Sum of RGB (Red+Green+Blue) = 160+153+220=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #A099DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099DC is #5F6623. Grayscale: #A2A2A2. Windows color (decimal): -6252068 or 14457248. OLE color: 14457248.

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

Color convert

RGB 160 153 220 -
CMYK 0.27 0.30 0 0.14
HSL 246.27º 0.49% 0.73% -
HSV(B) 246.27º 0.3% 0.86% -
XYZ 38.81 35.42 72.5 -
YUV 162.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 160 153 220 0.27 0.30 0 0.14 246.27 0.49 0.73
Hex A0 99 DC 1B 1E 0 E F6 31 49
Octal 240 231 334 33 36 0 16 366 61 111
Binary 10100000 10011001 11011100 11011 11110 0 1110 11110110 110001 1001001

Color Harmonies of #A099DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A099DC

Black with #A099DC

Text Example


Text Example

White with #A099DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A099DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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