#AF74A9

Color #AF74A9 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AF74A9

Tints of Violet Blue #AF74A9

Color information

#AF74A9 (or 0xAF74A9) is unknown color: approx Violet Blue. HEX triplet: AF, 74 and A9. RGB value is (175,116,169). Sum of RGB (Red+Green+Blue) = 175+116+169=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF74A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF74A9 is #508B56. Grayscale: #8B8B8B. Windows color (decimal): -5278551 or 11105455. OLE color: 11105455.

HSL color Cylindrical-coordinate representation of color #AF74A9: hue angle of 306.1º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF74A9 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB175116169-
CMYK00.340.030.31
HSL306.1º26.94%57.06%-
HSV(B)306.1º33.71%68.63%-
XYZ31.0924.4740.62-
YUV139.68144.55153.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 116 (45.70% from 255) = 25.22%
BLUE value IS 169 (66.41% from 255) = 36.74%
R=38.04%
G=25.22%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511616900.340.030.31306.126.9457.06
HexAF74A902231F1321b39
Octal2571642510423374623371
Binary101011111110100101010010100010111111110011001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF74A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF74A9; }

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

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

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

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

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

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

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

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