#AF54AF

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

Shades of Violet Blue #AF54AF

Tints of Violet Blue #AF54AF

Color information

#AF54AF (or 0xAF54AF) is unknown color: approx Violet Blue. HEX triplet: AF, 54 and AF. RGB value is (175,84,175). Sum of RGB (Red+Green+Blue) = 175+84+175=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF54AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF54AF is #50AB50. Grayscale: #797979. Windows color (decimal): -5286737 or 11490479. OLE color: 11490479.

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

Color convert

RGB17584175-
CMYK00.5200.31
HSL300º36.25%50.78%-
HSV(B)300º52%68.63%-
XYZ28.5918.5542.63-
YUV121.58158.15166.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 84 (33.20% from 255) = 19.35%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=40.32%
G=19.35%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758417500.5200.3130036.2550.78
HexAF54AF03401F12c2433
Octal2571242570640374544463
Binary101011111010100101011110110100011111100101100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF54AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF54AF; }

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

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

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

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

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

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

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

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