Html Css Color HEX #A099DD Wistful

📋 copy color: '#A099DD'

red 160 ◦ green 153 ◦ blue 221

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

Shades of Wistful #A099DD

Tints of Wistful #A099DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.39%

R = 29.96%
G = 28.65%
B = 41.39%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A099DD (or 0xA099DD) is known color: Wistful. HEX triplet: A0, 99 and DD. RGB value is (160,153,221). Sum of RGB (Red+Green+Blue) = 160+153+221=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #A099DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099DD is #5F6622. Grayscale: #A2A2A2. Windows color (decimal): -6252067 or 14522784. OLE color: 14522784.

HSL color Cylindrical-coordinate representation of color #A099DD: hue angle of 246.18º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A099DD is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 153 221 -
CMYK 0.28 0.31 0 0.13
HSL 246.18º 0.5% 0.73% -
HSV(B) 246.18º 0.31% 0.87% -
XYZ 38.94 35.48 73.2 -
YUV 162.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 160 153 221 0.28 0.31 0 0.13 246.18 0.5 0.73
Hex A0 99 DD 1C 1F 0 D F6 32 49
Octal 240 231 335 34 37 0 15 366 62 111
Binary 10100000 10011001 11011101 11100 11111 0 1101 11110110 110010 1001001

Color Harmonies of #A099DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A099DD

Black with #A099DD

Text Example


Text Example

White with #A099DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A099DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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