#AF70AF

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

Shades of Violet Blue #AF70AF

Tints of Violet Blue #AF70AF

Color information

#AF70AF (or 0xAF70AF) is unknown color: approx Violet Blue. HEX triplet: AF, 70 and AF. RGB value is (175,112,175). Sum of RGB (Red+Green+Blue) = 175+112+175=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF70AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF70AF is #508F50. Grayscale: #898989. Windows color (decimal): -5279569 or 11497647. OLE color: 11497647.

HSL color Cylindrical-coordinate representation of color #AF70AF: hue angle of 300º 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 #AF70AF is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB175112175-
CMYK00.3600.31
HSL300º28.25%56.27%-
HSV(B)300º36%68.63%-
XYZ31.2123.843.51-
YUV138.02148.87154.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 112 (44.14% from 255) = 24.24%
BLUE value IS 175 (68.75% from 255) = 37.88%
R=37.88%
G=24.24%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511217500.3600.3130028.2556.27
HexAF70AF02401F12c1c38
Octal2571602570440374543470
Binary10101111111000010101111010010001111110010110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF70AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF70AF; }

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

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

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

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

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

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

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

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