#AF7ECB

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

Shades of East Side #AF7ECB

Tints of East Side #AF7ECB

Color information

#AF7ECB (or 0xAF7ECB) is unknown color: approx East Side. HEX triplet: AF, 7E and CB. RGB value is (175,126,203). Sum of RGB (Red+Green+Blue) = 175+126+203=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF7ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7ECB is #508134. Grayscale: #959595. Windows color (decimal): -5275957 or 13336239. OLE color: 13336239.

HSL color Cylindrical-coordinate representation of color #AF7ECB: hue angle of 278.18º 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 #AF7ECB is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175126203-
CMYK0.140.3800.20
HSL278.18º42.54%64.51%-
HSV(B)278.18º37.93%79.61%-
XYZ35.9228.3560.08-
YUV149.43158.23146.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 126 (49.61% from 255) = 25%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=34.72%
G=25%
B=40.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751262030.140.3800.20278.1842.5464.51
HexAF7ECBE260141162b41
Octal257176313164602442653101
Binary1010111111111101100101111101001100101001000101101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7ECB; }

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

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

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

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

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

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

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

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