#A54CAF

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

Shades of Violet Blue #A54CAF

Tints of Violet Blue #A54CAF

Color information

#A54CAF (or 0xA54CAF) is unknown color: approx Violet Blue. HEX triplet: A5, 4C and AF. RGB value is (165,76,175). Sum of RGB (Red+Green+Blue) = 165+76+175=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #A54CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54CAF is #5AB350. Grayscale: #717171. Windows color (decimal): -5944145 or 11488421. OLE color: 11488421.

HSL color Cylindrical-coordinate representation of color #A54CAF: hue angle of 293.94º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A54CAF is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16576175-
CMYK0.060.5700.31
HSL293.94º39.44%49.22%-
HSV(B)293.94º56.57%68.63%-
XYZ25.8416.2642.33-
YUV113.9162.49164.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.66%
GREEN value IS 76 (30.08% from 255) = 18.27%
BLUE value IS 175 (68.75% from 255) = 42.07%
R=39.66%
G=18.27%
B=42.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165761750.060.5700.31293.9439.4449.22
HexA54CAF63901F1262731
Octal2451142576710374464761
Binary10100101100110010101111110111001011111100100110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54CAF; }

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

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

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

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

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

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

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

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