#AF7ECC

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

Shades of East Side #AF7ECC

Tints of East Side #AF7ECC

Color information

#AF7ECC (or 0xAF7ECC) is unknown color: approx East Side. HEX triplet: AF, 7E and CC. RGB value is (175,126,204). Sum of RGB (Red+Green+Blue) = 175+126+204=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF7ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7ECC is #508133. Grayscale: #959595. Windows color (decimal): -5275956 or 13401775. OLE color: 13401775.

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

Color convert

RGB175126204-
CMYK0.140.3800.2
HSL277.69º43.33%64.71%-
HSV(B)277.69º38.24%80%-
XYZ36.0428.460.71-
YUV149.54158.73146.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 126 (49.61% from 255) = 24.95%
BLUE value IS 204 (80.08% from 255) = 40.40%
R=34.65%
G=24.95%
B=40.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751262040.140.3800.2277.6943.3364.71
HexAF7ECCE260141162b41
Octal257176314164602442653101
Binary1010111111111101100110011101001100101001000101101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7ECC; }

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

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

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

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

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

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

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

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