Html Css Color HEX #A099CE Wistful

📋 copy color: '#A099CE'

red 160 ◦ green 153 ◦ blue 206

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

Shades of Wistful #A099CE

Tints of Wistful #A099CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 30.83%
G = 29.48%
B = 39.69%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A099CE (or 0xA099CE) is known color: Wistful. HEX triplet: A0, 99 and CE. RGB value is (160,153,206). Sum of RGB (Red+Green+Blue) = 160+153+206=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #A099CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099CE is #5F6631. Grayscale: #A0A0A0. Windows color (decimal): -6252082 or 13539744. OLE color: 13539744.

HSL color Cylindrical-coordinate representation of color #A099CE: hue angle of 247.92º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A099CE is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 153 206 -
CMYK 0.22 0.26 0 0.19
HSL 247.92º 0.35% 0.7% -
HSV(B) 247.92º 0.26% 0.81% -
XYZ 37.03 34.71 63.14 -
YUV 161.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 160 153 206 0.22 0.26 0 0.19 247.92 0.35 0.7
Hex A0 99 CE 16 1A 0 13 F8 23 46
Octal 240 231 316 26 32 0 23 370 43 106
Binary 10100000 10011001 11001110 10110 11010 0 10011 11111000 100011 1000110

Color Harmonies of #A099CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A099CE

Black with #A099CE

Text Example


Text Example

White with #A099CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A099CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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