Html Css Color HEX #A099CC Wistful

📋 copy color: '#A099CC'

red 160 ◦ green 153 ◦ blue 204

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

Shades of Wistful #A099CC

Tints of Wistful #A099CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.46%

R = 30.95%
G = 29.59%
B = 39.46%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A099CC (or 0xA099CC) is known color: Wistful. HEX triplet: A0, 99 and CC. RGB value is (160,153,204). Sum of RGB (Red+Green+Blue) = 160+153+204=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #A099CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099CC is #5F6633. Grayscale: #A0A0A0. Windows color (decimal): -6252084 or 13408672. OLE color: 13408672.

HSL color Cylindrical-coordinate representation of color #A099CC: hue angle of 248.24º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A099CC is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 153 204 -
CMYK 0.22 0.25 0 0.2
HSL 248.24º 0.33% 0.7% -
HSV(B) 248.24º 0.25% 0.8% -
XYZ 36.79 34.62 61.87 -
YUV 160.91 152.32 127.35 -
System Red Green Blue C M Y K H S L
Decimal 160 153 204 0.22 0.25 0 0.2 248.24 0.33 0.7
Hex A0 99 CC 16 19 0 14 F8 21 46
Octal 240 231 314 26 31 0 24 370 41 106
Binary 10100000 10011001 11001100 10110 11001 0 10100 11111000 100001 1000110

Color Harmonies of #A099CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A099CC

Black with #A099CC

Text Example


Text Example

White with #A099CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A099CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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