#AF80C2

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

Shades of East Side #AF80C2

Tints of East Side #AF80C2

Color information

#AF80C2 (or 0xAF80C2) is unknown color: approx East Side. HEX triplet: AF, 80 and C2. RGB value is (175,128,194). Sum of RGB (Red+Green+Blue) = 175+128+194=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF80C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80C2 is #507F3D. Grayscale: #959595. Windows color (decimal): -5275454 or 12746927. OLE color: 12746927.

HSL color Cylindrical-coordinate representation of color #AF80C2: hue angle of 282.73º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF80C2 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175128194-
CMYK0.100.3400.24
HSL282.73º35.11%63.14%-
HSV(B)282.73º34.02%76.08%-
XYZ35.1428.4554.68-
YUV149.58153.07146.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 128 (50.39% from 255) = 25.75%
BLUE value IS 194 (76.17% from 255) = 39.03%
R=35.21%
G=25.75%
B=39.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751281940.100.3400.24282.7335.1163.14
HexAF80C2A2201811b233f
Octal25720030212420304334377
Binary1010111110000000110000101010100010011000100011011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF80C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF80C2; }

 p { color: rgb(175,128,194); }

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

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

 a { background-color: rgb(175,128,194); }

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

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

 span { border-color: rgb(175,128,194); }

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