#AF54AE

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

Shades of Violet Blue #AF54AE

Tints of Violet Blue #AF54AE

Color information

#AF54AE (or 0xAF54AE) is unknown color: approx Violet Blue. HEX triplet: AF, 54 and AE. RGB value is (175,84,174). Sum of RGB (Red+Green+Blue) = 175+84+174=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF54AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF54AE is #50AB51. Grayscale: #797979. Windows color (decimal): -5286738 or 11424943. OLE color: 11424943.

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

Color convert

RGB17584174-
CMYK00.520.010.31
HSL300.66º36.25%50.78%-
HSV(B)300.66º52%68.63%-
XYZ28.4918.5142.12-
YUV121.47157.65166.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 84 (33.20% from 255) = 19.40%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=40.42%
G=19.40%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758417400.520.010.31300.6636.2550.78
HexAF54AE03411F12d2433
Octal2571242560641374554463
Binary101011111010100101011100110100111111100101101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF54AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF54AE; }

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

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

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

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

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

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

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

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