#AF7ABA

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

Shades of East Side #AF7ABA

Tints of East Side #AF7ABA

Color information

#AF7ABA (or 0xAF7ABA) is unknown color: approx East Side. HEX triplet: AF, 7A and BA. RGB value is (175,122,186). Sum of RGB (Red+Green+Blue) = 175+122+186=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF7ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7ABA is #508545. Grayscale: #909090. Windows color (decimal): -5276998 or 12221103. OLE color: 12221103.

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

Color convert

RGB175122186-
CMYK0.060.3400.27
HSL289.69º31.68%60.39%-
HSV(B)289.69º34.41%72.94%-
XYZ33.526.5849.82-
YUV145.14151.06149.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 122 (48.05% from 255) = 25.26%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=36.23%
G=25.26%
B=38.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751221860.060.3400.27289.6931.6860.39
HexAF7ABA62201B122203c
Octal2571722726420334424074
Binary10101111111101010111010110100010011011100100010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7ABA; }

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

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

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

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

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

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

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

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