#AF80C9

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

Shades of East Side #AF80C9

Tints of East Side #AF80C9

Color information

#AF80C9 (or 0xAF80C9) is unknown color: approx East Side. HEX triplet: AF, 80 and C9. RGB value is (175,128,201). Sum of RGB (Red+Green+Blue) = 175+128+201=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF80C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80C9 is #507F36. Grayscale: #969696. Windows color (decimal): -5275447 or 13205679. OLE color: 13205679.

HSL color Cylindrical-coordinate representation of color #AF80C9: hue angle of 278.63º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF80C9 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175128201-
CMYK0.130.3600.21
HSL278.63º40.33%64.51%-
HSV(B)278.63º36.32%78.82%-
XYZ35.9428.7758.92-
YUV150.38156.57145.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 128 (50.39% from 255) = 25.40%
BLUE value IS 201 (78.91% from 255) = 39.88%
R=34.72%
G=25.40%
B=39.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751282010.130.3600.21278.6340.3364.51
HexAF80C9D240151172841
Octal257200311154402542750101
Binary10101111100000001100100111011001000101011000101111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF80C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF80C9; }

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

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

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

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

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

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

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

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