Html Css Color HEX #A99FB0 Chatelle

📋 copy color: '#A99FB0'

red 169 ◦ green 159 ◦ blue 176

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

Shades of Chatelle #A99FB0

Tints of Chatelle #A99FB0

RGB

 RED value IS 169 (66.41% from 255) = 33.53%

 GREEN value IS 159 (62.5% from 255) = 31.55%

 BLUE value IS 176 (69.14% from 255) = 34.92%

R = 33.53%
G = 31.55%
B = 34.92%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A99FB0 (or 0xA99FB0) is known color: Chatelle. HEX triplet: A9, 9F and B0. RGB value is (169,159,176). Sum of RGB (Red+Green+Blue) = 169+159+176=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 176 - color contains mainly: blue. Hex color #A99FB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99FB0 is #56604F. Grayscale: #A3A3A3. Windows color (decimal): -5660752 or 11575209. OLE color: 11575209.

HSL color Cylindrical-coordinate representation of color #A99FB0: hue angle of 275.29º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A99FB0 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 159 176 -
CMYK 0.04 0.10 0 0.31
HSL 275.29º 0.1% 0.66% -
HSV(B) 275.29º 0.1% 0.69% -
XYZ 36.6 36.37 46.16 -
YUV 163.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 169 159 176 0.04 0.10 0 0.31 275.29 0.1 0.66
Hex A9 9F B0 4 A 0 1F 113 A 42
Octal 251 237 260 4 12 0 37 423 12 102
Binary 10101001 10011111 10110000 100 1010 0 11111 100010011 1010 1000010

Color Harmonies of #A99FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99FB0

Black with #A99FB0

Text Example


Text Example

White with #A99FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99FB0; }

 p { color: rgb(169,159,176); }

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

background-color css

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

 a { background-color: rgb(169,159,176); }

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

border-color css

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

 span { border-color: rgb(169,159,176); }

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