#AF9BB3

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

Shades of Chatelle #AF9BB3

Tints of Chatelle #AF9BB3

Color information

#AF9BB3 (or 0xAF9BB3) is unknown color: approx Chatelle. HEX triplet: AF, 9B and B3. RGB value is (175,155,179). Sum of RGB (Red+Green+Blue) = 175+155+179=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF9BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9BB3 is #50644C. Grayscale: #A3A3A3. Windows color (decimal): -5268557 or 11770799. OLE color: 11770799.

HSL color Cylindrical-coordinate representation of color #AF9BB3: hue angle of 290º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AF9BB3 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB175155179-
CMYK0.020.1300.30
HSL290º13.64%65.49%-
HSV(B)290º13.41%70.2%-
XYZ37.5435.8147.58-
YUV163.72136.63136.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 155 (60.94% from 255) = 30.45%
BLUE value IS 179 (70.31% from 255) = 35.17%
R=34.38%
G=30.45%
B=35.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751551790.020.1300.3029013.6465.49
HexAF9BB32D01E122e41
Octal25723326321503644216101
Binary10101111100110111011001110110101111010010001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9BB3; }

 p { color: rgb(175,155,179); }

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

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

 a { background-color: rgb(175,155,179); }

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

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

 span { border-color: rgb(175,155,179); }

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