#AF7EBA

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

Shades of East Side #AF7EBA

Tints of East Side #AF7EBA

Color information

#AF7EBA (or 0xAF7EBA) is unknown color: approx East Side. HEX triplet: AF, 7E and BA. RGB value is (175,126,186). Sum of RGB (Red+Green+Blue) = 175+126+186=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF7EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7EBA is #508145. Grayscale: #939393. Windows color (decimal): -5275974 or 12222127. OLE color: 12222127.

HSL color Cylindrical-coordinate representation of color #AF7EBA: hue angle of 289º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF7EBA is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175126186-
CMYK0.060.3200.27
HSL289º30.3%61.18%-
HSV(B)289º32.26%72.94%-
XYZ3427.5849.99-
YUV147.49149.73147.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 126 (49.61% from 255) = 25.87%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=35.93%
G=25.87%
B=38.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751261860.060.3200.2728930.361.18
HexAF7EBA62001B1211e3d
Octal2571762726400334413675
Binary1010111111111101011101011010000001101110010000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7EBA; }

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

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

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

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

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

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

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

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