#AF9FBB

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

Shades of Chatelle #AF9FBB

Tints of Chatelle #AF9FBB

Color information

#AF9FBB (or 0xAF9FBB) is unknown color: approx Chatelle. HEX triplet: AF, 9F and BB. RGB value is (175,159,187). Sum of RGB (Red+Green+Blue) = 175+159+187=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF9FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FBB is #506044. Grayscale: #A6A6A6. Windows color (decimal): -5267525 or 12296111. OLE color: 12296111.

HSL color Cylindrical-coordinate representation of color #AF9FBB: hue angle of 274.29º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AF9FBB is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175159187-
CMYK0.060.1500.27
HSL274.29º17.07%67.84%-
HSV(B)274.29º14.97%73.33%-
XYZ39.0537.552.19-
YUV166.98139.3133.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 159 (62.5% from 255) = 30.52%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=33.59%
G=30.52%
B=35.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751591870.060.1500.27274.2917.0767.84
HexAF9FBB6F01B1121144
Octal25723727361703342221104
Binary1010111110011111101110111101111011011100010010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FBB; }

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

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

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

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

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

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

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

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