#AF54AC

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

Shades of Violet Blue #AF54AC

Tints of Violet Blue #AF54AC

Color information

#AF54AC (or 0xAF54AC) is unknown color: approx Violet Blue. HEX triplet: AF, 54 and AC. RGB value is (175,84,172). Sum of RGB (Red+Green+Blue) = 175+84+172=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF54AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF54AC is #50AB53. Grayscale: #787878. Windows color (decimal): -5286740 or 11293871. OLE color: 11293871.

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

Color convert

RGB17584172-
CMYK00.520.020.31
HSL301.98º36.25%50.78%-
HSV(B)301.98º52%68.63%-
XYZ28.318.4341.1-
YUV121.24156.65166.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 84 (33.20% from 255) = 19.49%
BLUE value IS 172 (67.58% from 255) = 39.91%
R=40.60%
G=19.49%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758417200.520.020.31301.9836.2550.78
HexAF54AC03421F12e2433
Octal2571242540642374564463
Binary1010111110101001010110001101001011111100101110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF54AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF54AC; }

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

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

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

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

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

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

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

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