#AF9FB3

Color #AF9FB3 Chatelle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chatelle #AF9FB3

Tints of Chatelle #AF9FB3

Color information

#AF9FB3 (or 0xAF9FB3) is unknown color: approx Chatelle. HEX triplet: AF, 9F and B3. RGB value is (175,159,179). Sum of RGB (Red+Green+Blue) = 175+159+179=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF9FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FB3 is #50604C. Grayscale: #A6A6A6. Windows color (decimal): -5267533 or 11771823. OLE color: 11771823.

HSL color Cylindrical-coordinate representation of color #AF9FB3: hue angle of 288º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AF9FB3 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB175159179-
CMYK0.020.1100.30
HSL288º11.63%66.27%-
HSV(B)288º11.17%70.2%-
XYZ38.2137.1647.81-
YUV166.06135.3134.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 179 (70.31% from 255) = 34.89%
R=34.11%
G=30.99%
B=34.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751591790.020.1100.3028811.6366.27
HexAF9FB32B01E120c42
Octal25723726321303644014102
Binary10101111100111111011001110101101111010010000011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FB3; }

 p { color: rgb(175,159,179); }

 H1.HeaderClassName
 {
   color: #AF9FB3;
 }
 .AnyTagClassName
 {
   color: #AF9FB3;
 }
</style>
background-color css

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

 a { background-color: rgb(175,159,179); }

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

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

 span { border-color: rgb(175,159,179); }

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