#a54faf

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

Shades of Violet Blue #A54FAF

Tints of Violet Blue #A54FAF

Color information

#A54FAF (or 0xA54FAF) is unknown color: approx Violet Blue. HEX triplet: A5, 4F and AF. RGB value is (165,79,175). Sum of RGB (Red+Green+Blue) = 165+79+175=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #A54FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54FAF is #5AB050. Grayscale: #737373. Windows color (decimal): -5943377 or 11489189. OLE color: 11489189.

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

Color convert

RGB16579175-
CMYK0.060.5500.31
HSL293.75º37.8%49.8%-
HSV(B)293.75º54.86%68.63%-
XYZ26.0516.6942.41-
YUV115.66161.49163.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.38%
GREEN value IS 79 (31.25% from 255) = 18.85%
BLUE value IS 175 (68.75% from 255) = 41.77%
R=39.38%
G=18.85%
B=41.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165791750.060.5500.31293.7537.849.8
HexA54FAF63701F1262632
Octal2451172576670374464662
Binary10100101100111110101111110110111011111100100110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a54faf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a54faf; }

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

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

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

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

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

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

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

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