#AF9DB7

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

Shades of Chatelle #AF9DB7

Tints of Chatelle #AF9DB7

Color information

#AF9DB7 (or 0xAF9DB7) is unknown color: approx Chatelle. HEX triplet: AF, 9D and B7. RGB value is (175,157,183). Sum of RGB (Red+Green+Blue) = 175+157+183=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF9DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9DB7 is #506248. Grayscale: #A5A5A5. Windows color (decimal): -5268041 or 12033455. OLE color: 12033455.

HSL color Cylindrical-coordinate representation of color #AF9DB7: hue angle of 281.54º 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 #AF9DB7 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB175157183-
CMYK0.040.1400.28
HSL281.54º15.29%66.67%-
HSV(B)281.54º14.21%71.76%-
XYZ38.2836.6549.86-
YUV165.35137.96134.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 157 (61.72% from 255) = 30.49%
BLUE value IS 183 (71.88% from 255) = 35.53%
R=33.98%
G=30.49%
B=35.53%

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
Decimal1751571830.040.1400.28281.5415.2966.67
HexAF9DB74E01C11af43
Octal25723526741603443217103
Binary101011111001110110110111100111001110010001101011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9DB7; }

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

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

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

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

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

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

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

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