#AF80CC

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

Shades of East Side #AF80CC

Tints of East Side #AF80CC

Color information

#AF80CC (or 0xAF80CC) is unknown color: approx East Side. HEX triplet: AF, 80 and CC. RGB value is (175,128,204). Sum of RGB (Red+Green+Blue) = 175+128+204=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF80CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80CC is #507F33. Grayscale: #969696. Windows color (decimal): -5275444 or 13402287. OLE color: 13402287.

HSL color Cylindrical-coordinate representation of color #AF80CC: hue angle of 277.11º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF80CC is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB175128204-
CMYK0.140.3700.2
HSL277.11º42.7%65.1%-
HSV(B)277.11º37.25%80%-
XYZ36.328.9160.79-
YUV150.72158.07145.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 128 (50.39% from 255) = 25.25%
BLUE value IS 204 (80.08% from 255) = 40.24%
R=34.52%
G=25.25%
B=40.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751282040.140.3700.2277.1142.765.1
HexAF80CCE250141152b41
Octal257200314164502442553101
Binary10101111100000001100110011101001010101001000101011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF80CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF80CC; }

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

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

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

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

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

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

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

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