#AF7CBE

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

Shades of East Side #AF7CBE

Tints of East Side #AF7CBE

Color information

#AF7CBE (or 0xAF7CBE) is unknown color: approx East Side. HEX triplet: AF, 7C and BE. RGB value is (175,124,190). Sum of RGB (Red+Green+Blue) = 175+124+190=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF7CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7CBE is #508341. Grayscale: #929292. Windows color (decimal): -5276482 or 12483759. OLE color: 12483759.

HSL color Cylindrical-coordinate representation of color #AF7CBE: hue angle of 286.36º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF7CBE is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175124190-
CMYK0.080.3500.25
HSL286.36º33.67%61.57%-
HSV(B)286.36º34.74%74.51%-
XYZ34.1827.2552.17-
YUV146.77152.4148.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.79%
GREEN value IS 124 (48.83% from 255) = 25.36%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=35.79%
G=25.36%
B=38.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751241900.080.3500.25286.3633.6761.57
HexAF7CBE82301911e223e
Octal25717427610430314364276
Binary101011111111100101111101000100011011001100011110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7CBE; }

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

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

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

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

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

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

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

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