#AF7BCE

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

Shades of East Side #AF7BCE

Tints of East Side #AF7BCE

Color information

#AF7BCE (or 0xAF7BCE) is unknown color: approx East Side. HEX triplet: AF, 7B and CE. RGB value is (175,123,206). Sum of RGB (Red+Green+Blue) = 175+123+206=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF7BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7BCE is #508431. Grayscale: #939393. Windows color (decimal): -5276722 or 13532079. OLE color: 13532079.

HSL color Cylindrical-coordinate representation of color #AF7BCE: hue angle of 277.59º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF7BCE is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175123206-
CMYK0.150.4000.19
HSL277.59º45.86%64.51%-
HSV(B)277.59º40.29%80.78%-
XYZ35.927.7461.85-
YUV148.01160.73147.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 123 (48.44% from 255) = 24.40%
BLUE value IS 206 (80.86% from 255) = 40.87%
R=34.72%
G=24.40%
B=40.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751232060.150.4000.19277.5945.8664.51
HexAF7BCEF280131162e41
Octal257173316175002342656101
Binary1010111111110111100111011111010000100111000101101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7BCE; }

 p { color: rgb(175,123,206); }

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

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

 a { background-color: rgb(175,123,206); }

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

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

 span { border-color: rgb(175,123,206); }

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