#AF74BF

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

Shades of East Side #AF74BF

Tints of East Side #AF74BF

Color information

#AF74BF (or 0xAF74BF) is unknown color: approx East Side. HEX triplet: AF, 74 and BF. RGB value is (175,116,191). Sum of RGB (Red+Green+Blue) = 175+116+191=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF74BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74BF is #508B40. Grayscale: #8D8D8D. Windows color (decimal): -5278529 or 12547247. OLE color: 12547247.

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

Color convert

RGB175116191-
CMYK0.080.3900.25
HSL287.2º36.95%60.2%-
HSV(B)287.2º39.27%74.9%-
XYZ33.3325.3752.43-
YUV142.19155.55151.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 116 (45.70% from 255) = 24.07%
BLUE value IS 191 (75% from 255) = 39.63%
R=36.31%
G=24.07%
B=39.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751161910.080.3900.25287.236.9560.2
HexAF74BF82701911f253c
Octal25716427710470314374574
Binary101011111110100101111111000100111011001100011111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF74BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF74BF; }

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

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

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

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

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

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

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

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