#AFA3B4

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

Shades of Chatelle #AFA3B4

Tints of Chatelle #AFA3B4

Color information

#AFA3B4 (or 0xAFA3B4) is unknown color: approx Chatelle. HEX triplet: AF, A3 and B4. RGB value is (175,163,180). Sum of RGB (Red+Green+Blue) = 175+163+180=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 180 - color contains mainly: blue. Hex color #AFA3B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA3B4 is #505C4B. Grayscale: #A8A8A8. Windows color (decimal): -5266508 or 11838383. OLE color: 11838383.

HSL color Cylindrical-coordinate representation of color #AFA3B4: hue angle of 282.35º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFA3B4 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB175163180-
CMYK0.030.0900.29
HSL282.35º10.18%67.25%-
HSV(B)282.35º9.44%70.59%-
XYZ39.0138.648.57-
YUV168.53134.48132.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 163 (64.06% from 255) = 31.47%
BLUE value IS 180 (70.70% from 255) = 34.75%
R=33.78%
G=31.47%
B=34.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751631800.030.0900.29282.3510.1867.25
HexAFA3B43901D11aa43
Octal25724326431103543212103
Binary10101111101000111011010011100101110110001101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA3B4; }

 p { color: rgb(175,163,180); }

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

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

 a { background-color: rgb(175,163,180); }

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

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

 span { border-color: rgb(175,163,180); }

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