Html Css Color HEX #A099AB Cold Purple

📋 copy color: '#A099AB'

red 160 ◦ green 153 ◦ blue 171

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

Shades of Cold Purple #A099AB

Tints of Cold Purple #A099AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.33%

R = 33.06%
G = 31.61%
B = 35.33%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A099AB (or 0xA099AB) is known color: Cold Purple. HEX triplet: A0, 99 and AB. RGB value is (160,153,171). Sum of RGB (Red+Green+Blue) = 160+153+171=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 171 - color contains mainly: blue. Hex color #A099AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A099AB is #5F6654. Grayscale: #9D9D9D. Windows color (decimal): -6252117 or 11245984. OLE color: 11245984.

HSL color Cylindrical-coordinate representation of color #A099AB: hue angle of 263.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A099AB is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 153 171 -
CMYK 0.06 0.11 0 0.33
HSL 263.33º 0.1% 0.64% -
HSV(B) 263.33º 0.11% 0.67% -
XYZ 33.24 33.2 43.18 -
YUV 157.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 160 153 171 0.06 0.11 0 0.33 263.33 0.1 0.64
Hex A0 99 AB 6 B 0 21 107 A 40
Octal 240 231 253 6 13 0 41 407 12 100
Binary 10100000 10011001 10101011 110 1011 0 100001 100000111 1010 1000000

Color Harmonies of #A099AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A099AB

Black with #A099AB

Text Example


Text Example

White with #A099AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A099AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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