Html Css Color HEX #A099C0 Wistful

📋 copy color: '#A099C0'

red 160 ◦ green 153 ◦ blue 192

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

Shades of Wistful #A099C0

Tints of Wistful #A099C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.02%

R = 31.68%
G = 30.3%
B = 38.02%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A099C0 (or 0xA099C0) is known color: Wistful. HEX triplet: A0, 99 and C0. RGB value is (160,153,192). Sum of RGB (Red+Green+Blue) = 160+153+192=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 192 - color contains mainly: blue. Hex color #A099C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099C0 is #5F663F. Grayscale: #9F9F9F. Windows color (decimal): -6252096 or 12622240. OLE color: 12622240.

HSL color Cylindrical-coordinate representation of color #A099C0: hue angle of 250.77º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A099C0 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 153 192 -
CMYK 0.17 0.20 0 0.25
HSL 250.77º 0.24% 0.68% -
HSV(B) 250.77º 0.2% 0.75% -
XYZ 35.4 34.06 54.58 -
YUV 159.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 160 153 192 0.17 0.20 0 0.25 250.77 0.24 0.68
Hex A0 99 C0 11 14 0 19 FB 18 44
Octal 240 231 300 21 24 0 31 373 30 104
Binary 10100000 10011001 11000000 10001 10100 0 11001 11111011 11000 1000100

Color Harmonies of #A099C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A099C0

Black with #A099C0

Text Example


Text Example

White with #A099C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A099C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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