#AF70A9

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

Shades of Violet Blue #AF70A9

Tints of Violet Blue #AF70A9

Color information

#AF70A9 (or 0xAF70A9) is unknown color: approx Violet Blue. HEX triplet: AF, 70 and A9. RGB value is (175,112,169). Sum of RGB (Red+Green+Blue) = 175+112+169=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF70A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF70A9 is #508F56. Grayscale: #898989. Windows color (decimal): -5279575 or 11104431. OLE color: 11104431.

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

Color convert

RGB175112169-
CMYK00.360.030.31
HSL305.71º28.25%56.27%-
HSV(B)305.71º36%68.63%-
XYZ30.6323.5740.47-
YUV137.33145.87154.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.38%
GREEN value IS 112 (44.14% from 255) = 24.56%
BLUE value IS 169 (66.41% from 255) = 37.06%
R=38.38%
G=24.56%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511216900.360.030.31305.7128.2556.27
HexAF70A902431F1321c38
Octal2571602510443374623470
Binary101011111110000101010010100100111111110011001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF70A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF70A9; }

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

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

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

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

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

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

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

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