#AF93C0

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

Shades of East Side #AF93C0

Tints of East Side #AF93C0

Color information

#AF93C0 (or 0xAF93C0) is unknown color: approx East Side. HEX triplet: AF, 93 and C0. RGB value is (175,147,192). Sum of RGB (Red+Green+Blue) = 175+147+192=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF93C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93C0 is #506C3F. Grayscale: #A0A0A0. Windows color (decimal): -5270592 or 12620719. OLE color: 12620719.

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

Color convert

RGB175147192-
CMYK0.090.2300.25
HSL277.33º26.32%66.47%-
HSV(B)277.33º23.44%75.29%-
XYZ37.6333.7954.41-
YUV160.5145.78138.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 147 (57.81% from 255) = 28.60%
BLUE value IS 192 (75.39% from 255) = 37.35%
R=34.05%
G=28.60%
B=37.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751471920.090.2300.25277.3326.3266.47
HexAF93C09170191151a42
Octal257223300112703142532102
Binary101011111001001111000000100110111011001100010101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF93C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF93C0; }

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

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

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

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

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

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

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

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