#AF9FBA

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

Shades of Chatelle #AF9FBA

Tints of Chatelle #AF9FBA

Color information

#AF9FBA (or 0xAF9FBA) is unknown color: approx Chatelle. HEX triplet: AF, 9F and BA. RGB value is (175,159,186). Sum of RGB (Red+Green+Blue) = 175+159+186=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF9FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FBA is #506045. Grayscale: #A6A6A6. Windows color (decimal): -5267526 or 12230575. OLE color: 12230575.

HSL color Cylindrical-coordinate representation of color #AF9FBA: hue angle of 275.56º degrees, saturation: 0.16, 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 #AF9FBA is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175159186-
CMYK0.060.1500.27
HSL275.56º16.36%67.65%-
HSV(B)275.56º14.52%72.94%-
XYZ38.9437.4651.63-
YUV166.86138.8133.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 159 (62.5% from 255) = 30.58%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=33.65%
G=30.58%
B=35.77%

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
Decimal1751591860.060.1500.27275.5616.3667.65
HexAF9FBA6F01B1141044
Octal25723727261703342420104
Binary1010111110011111101110101101111011011100010100100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FBA; }

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

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

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

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

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

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

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

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