Html Css Color HEX #A099C7 Wistful

📋 copy color: '#A099C7'

red 160 ◦ green 153 ◦ blue 199

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

Shades of Wistful #A099C7

Tints of Wistful #A099C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.87%

R = 31.25%
G = 29.88%
B = 38.87%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A099C7 (or 0xA099C7) is known color: Wistful. HEX triplet: A0, 99 and C7. RGB value is (160,153,199). Sum of RGB (Red+Green+Blue) = 160+153+199=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 199 - color contains mainly: blue. Hex color #A099C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099C7 is #5F6638. Grayscale: #A0A0A0. Windows color (decimal): -6252089 or 13080992. OLE color: 13080992.

HSL color Cylindrical-coordinate representation of color #A099C7: hue angle of 249.13º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A099C7 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 153 199 -
CMYK 0.20 0.23 0 0.22
HSL 249.13º 0.29% 0.69% -
HSV(B) 249.13º 0.23% 0.78% -
XYZ 36.2 34.38 58.76 -
YUV 160.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 160 153 199 0.20 0.23 0 0.22 249.13 0.29 0.69
Hex A0 99 C7 14 17 0 16 F9 1D 45
Octal 240 231 307 24 27 0 26 371 35 105
Binary 10100000 10011001 11000111 10100 10111 0 10110 11111001 11101 1000101

Color Harmonies of #A099C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A099C7

Black with #A099C7

Text Example


Text Example

White with #A099C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A099C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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