#AF7CCC

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

Shades of East Side #AF7CCC

Tints of East Side #AF7CCC

Color information

#AF7CCC (or 0xAF7CCC) is unknown color: approx East Side. HEX triplet: AF, 7C and CC. RGB value is (175,124,204). Sum of RGB (Red+Green+Blue) = 175+124+204=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF7CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7CCC is #508333. Grayscale: #949494. Windows color (decimal): -5276468 or 13401263. OLE color: 13401263.

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

Color convert

RGB175124204-
CMYK0.140.3900.2
HSL278.25º43.96%64.31%-
HSV(B)278.25º39.22%80%-
XYZ35.7927.8960.62-
YUV148.37159.4147-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 124 (48.83% from 255) = 24.65%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=34.79%
G=24.65%
B=40.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751242040.140.3900.2278.2543.9664.31
HexAF7CCCE270141162c40
Octal257174314164702442654100
Binary1010111111111001100110011101001110101001000101101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7CCC; }

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

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

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

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

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

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

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

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