#AF9DBA

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

Shades of Chatelle #AF9DBA

Tints of Chatelle #AF9DBA

Color information

#AF9DBA (or 0xAF9DBA) is unknown color: approx Chatelle. HEX triplet: AF, 9D and BA. RGB value is (175,157,186). Sum of RGB (Red+Green+Blue) = 175+157+186=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF9DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9DBA is #506245. Grayscale: #A5A5A5. Windows color (decimal): -5268038 or 12230063. OLE color: 12230063.

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

Color convert

RGB175157186-
CMYK0.060.1600.27
HSL277.24º17.37%67.25%-
HSV(B)277.24º15.59%72.94%-
XYZ38.636.7751.52-
YUV165.69139.46134.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 157 (61.72% from 255) = 30.31%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=33.78%
G=30.31%
B=35.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751571860.060.1600.27277.2417.3767.25
HexAF9DBA61001B1151143
Octal25723527262003342521103
Binary10101111100111011011101011010000011011100010101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9DBA; }

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

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

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

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

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

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

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

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