#A54BAD

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

Shades of Violet Blue #A54BAD

Tints of Violet Blue #A54BAD

Color information

#A54BAD (or 0xA54BAD) is unknown color: approx Violet Blue. HEX triplet: A5, 4B and AD. RGB value is (165,75,173). Sum of RGB (Red+Green+Blue) = 165+75+173=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #A54BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54BAD is #5AB452. Grayscale: #707070. Windows color (decimal): -5944403 or 11357093. OLE color: 11357093.

HSL color Cylindrical-coordinate representation of color #A54BAD: hue angle of 295.1º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A54BAD is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16575173-
CMYK0.050.5700.32
HSL295.1º39.52%48.63%-
HSV(B)295.1º56.65%67.84%-
XYZ25.5816.0541.28-
YUV113.08161.82165.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.95%
GREEN value IS 75 (29.69% from 255) = 18.16%
BLUE value IS 173 (67.97% from 255) = 41.89%
R=39.95%
G=18.16%
B=41.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165751730.050.5700.32295.139.5248.63
HexA54BAD5390201272831
Octal2451132555710404475061
Binary101001011001011101011011011110010100000100100111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54BAD; }

 p { color: rgb(165,75,173); }

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

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

 a { background-color: rgb(165,75,173); }

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

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

 span { border-color: rgb(165,75,173); }

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