#AF4FAC

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

Shades of Violet Blue #AF4FAC

Tints of Violet Blue #AF4FAC

Color information

#AF4FAC (or 0xAF4FAC) is unknown color: approx Violet Blue. HEX triplet: AF, 4F and AC. RGB value is (175,79,172). Sum of RGB (Red+Green+Blue) = 175+79+172=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4FAC is #50B053. Grayscale: #767676. Windows color (decimal): -5288020 or 11292591. OLE color: 11292591.

HSL color Cylindrical-coordinate representation of color #AF4FAC: hue angle of 301.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4FAC is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17579172-
CMYK00.550.020.31
HSL301.88º37.8%49.8%-
HSV(B)301.88º54.86%68.63%-
XYZ27.9217.6840.97-
YUV118.31158.3168.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 79 (31.25% from 255) = 18.54%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=41.08%
G=18.54%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757917200.550.020.31301.8837.849.8
HexAF4FAC03721F12e2632
Octal2571172540672374564662
Binary1010111110011111010110001101111011111100101110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4FAC; }

 p { color: rgb(175,79,172); }

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

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

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

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

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

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

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