#AF74BA

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

Shades of East Side #AF74BA

Tints of East Side #AF74BA

Color information

#AF74BA (or 0xAF74BA) is unknown color: approx East Side. HEX triplet: AF, 74 and BA. RGB value is (175,116,186). Sum of RGB (Red+Green+Blue) = 175+116+186=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF74BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74BA is #508B45. Grayscale: #8D8D8D. Windows color (decimal): -5278534 or 12219567. OLE color: 12219567.

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

Color convert

RGB175116186-
CMYK0.060.3800.27
HSL290.57º33.65%59.22%-
HSV(B)290.57º37.63%72.94%-
XYZ32.7925.1549.58-
YUV141.62153.05151.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 116 (45.70% from 255) = 24.32%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=36.69%
G=24.32%
B=38.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751161860.060.3800.27290.5733.6559.22
HexAF74BA62601B123223b
Octal2571642726460334434273
Binary10101111111010010111010110100110011011100100011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF74BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF74BA; }

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

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

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

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

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

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

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

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