#AF9AC0

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

Shades of East Side #AF9AC0

Tints of East Side #AF9AC0

Color information

#AF9AC0 (or 0xAF9AC0) is unknown color: approx East Side. HEX triplet: AF, 9A and C0. RGB value is (175,154,192). Sum of RGB (Red+Green+Blue) = 175+154+192=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF9AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9AC0 is #50653F. Grayscale: #A4A4A4. Windows color (decimal): -5268800 or 12622511. OLE color: 12622511.

HSL color Cylindrical-coordinate representation of color #AF9AC0: hue angle of 273.16º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF9AC0 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175154192-
CMYK0.090.2000.25
HSL273.16º23.17%67.84%-
HSV(B)273.16º19.79%75.29%-
XYZ38.7536.0354.78-
YUV164.61143.46135.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 154 (60.55% from 255) = 29.56%
BLUE value IS 192 (75.39% from 255) = 36.85%
R=33.59%
G=29.56%
B=36.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751541920.090.2000.25273.1623.1767.84
HexAF9AC09140191111744
Octal257232300112403142127104
Binary101011111001101011000000100110100011001100010001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9AC0; }

 p { color: rgb(175,154,192); }

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

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

 a { background-color: rgb(175,154,192); }

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

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

 span { border-color: rgb(175,154,192); }

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