Html Css Color HEX #A099D9 Wistful

📋 copy color: '#A099D9'

red 160 ◦ green 153 ◦ blue 217

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

Shades of Wistful #A099D9

Tints of Wistful #A099D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.94%

R = 30.19%
G = 28.87%
B = 40.94%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A099D9 (or 0xA099D9) is known color: Wistful. HEX triplet: A0, 99 and D9. RGB value is (160,153,217). Sum of RGB (Red+Green+Blue) = 160+153+217=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 217 - color contains mainly: blue. Hex color #A099D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099D9 is #5F6626. Grayscale: #A2A2A2. Windows color (decimal): -6252071 or 14260640. OLE color: 14260640.

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

Color convert

RGB 160 153 217 -
CMYK 0.26 0.29 0 0.15
HSL 246.56º 0.46% 0.73% -
HSV(B) 246.56º 0.29% 0.85% -
XYZ 38.41 35.27 70.43 -
YUV 162.39 158.82 126.3 -
System Red Green Blue C M Y K H S L
Decimal 160 153 217 0.26 0.29 0 0.15 246.56 0.46 0.73
Hex A0 99 D9 1A 1D 0 F F7 2E 49
Octal 240 231 331 32 35 0 17 367 56 111
Binary 10100000 10011001 11011001 11010 11101 0 1111 11110111 101110 1001001

Color Harmonies of #A099D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A099D9

Black with #A099D9

Text Example


Text Example

White with #A099D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A099D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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