Html Css Color HEX #A99FB1 Chatelle

📋 copy color: '#A99FB1'

red 169 ◦ green 159 ◦ blue 177

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

Shades of Chatelle #A99FB1

Tints of Chatelle #A99FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.05%

R = 33.47%
G = 31.49%
B = 35.05%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A99FB1 (or 0xA99FB1) is known color: Chatelle. HEX triplet: A9, 9F and B1. RGB value is (169,159,177). Sum of RGB (Red+Green+Blue) = 169+159+177=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 177 - color contains mainly: blue. Hex color #A99FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99FB1 is #56604E. Grayscale: #A3A3A3. Windows color (decimal): -5660751 or 11640745. OLE color: 11640745.

HSL color Cylindrical-coordinate representation of color #A99FB1: hue angle of 273.33º 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 #A99FB1 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 159 177 -
CMYK 0.05 0.10 0 0.31
HSL 273.33º 0.1% 0.66% -
HSV(B) 273.33º 0.1% 0.69% -
XYZ 36.7 36.41 46.69 -
YUV 164.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 169 159 177 0.05 0.10 0 0.31 273.33 0.1 0.66
Hex A9 9F B1 5 A 0 1F 111 A 42
Octal 251 237 261 5 12 0 37 421 12 102
Binary 10101001 10011111 10110001 101 1010 0 11111 100010001 1010 1000010

Color Harmonies of #A99FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99FB1

Black with #A99FB1

Text Example


Text Example

White with #A99FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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