Html Css Color HEX #A099C6 Wistful

📋 copy color: '#A099C6'

red 160 ◦ green 153 ◦ blue 198

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

Shades of Wistful #A099C6

Tints of Wistful #A099C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.75%

R = 31.31%
G = 29.94%
B = 38.75%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A099C6 (or 0xA099C6) is known color: Wistful. HEX triplet: A0, 99 and C6. RGB value is (160,153,198). Sum of RGB (Red+Green+Blue) = 160+153+198=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 198 - color contains mainly: blue. Hex color #A099C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099C6 is #5F6639. Grayscale: #A0A0A0. Windows color (decimal): -6252090 or 13015456. OLE color: 13015456.

HSL color Cylindrical-coordinate representation of color #A099C6: hue angle of 249.33º degrees, saturation: 0.28, 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 #A099C6 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 153 198 -
CMYK 0.19 0.23 0 0.22
HSL 249.33º 0.28% 0.69% -
HSV(B) 249.33º 0.23% 0.78% -
XYZ 36.08 34.33 58.15 -
YUV 160.22 149.32 127.84 -
System Red Green Blue C M Y K H S L
Decimal 160 153 198 0.19 0.23 0 0.22 249.33 0.28 0.69
Hex A0 99 C6 13 17 0 16 F9 1C 45
Octal 240 231 306 23 27 0 26 371 34 105
Binary 10100000 10011001 11000110 10011 10111 0 10110 11111001 11100 1000101

Color Harmonies of #A099C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A099C6

Black with #A099C6

Text Example


Text Example

White with #A099C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A099C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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