#AF9EB7

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

Shades of Chatelle #AF9EB7

Tints of Chatelle #AF9EB7

Color information

#AF9EB7 (or 0xAF9EB7) is unknown color: approx Chatelle. HEX triplet: AF, 9E and B7. RGB value is (175,158,183). Sum of RGB (Red+Green+Blue) = 175+158+183=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF9EB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9EB7 is #506148. Grayscale: #A5A5A5. Windows color (decimal): -5267785 or 12033711. OLE color: 12033711.

HSL color Cylindrical-coordinate representation of color #AF9EB7: hue angle of 280.8º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AF9EB7 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB175158183-
CMYK0.040.1400.28
HSL280.8º14.79%66.86%-
HSV(B)280.8º13.66%71.76%-
XYZ38.4536.9949.91-
YUV165.93137.63134.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 158 (62.11% from 255) = 30.62%
BLUE value IS 183 (71.88% from 255) = 35.47%
R=33.91%
G=30.62%
B=35.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751581830.040.1400.28280.814.7966.86
HexAF9EB74E01C119f43
Octal25723626741603443117103
Binary101011111001111010110111100111001110010001100111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9EB7; }

 p { color: rgb(175,158,183); }

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

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

 a { background-color: rgb(175,158,183); }

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

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

 span { border-color: rgb(175,158,183); }

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