#A54DAD

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

Shades of Violet Blue #A54DAD

Tints of Violet Blue #A54DAD

Color information

#A54DAD (or 0xA54DAD) is unknown color: approx Violet Blue. HEX triplet: A5, 4D and AD. RGB value is (165,77,173). Sum of RGB (Red+Green+Blue) = 165+77+173=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #A54DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54DAD is #5AB252. Grayscale: #717171. Windows color (decimal): -5943891 or 11357605. OLE color: 11357605.

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

Color convert

RGB16577173-
CMYK0.050.5500.32
HSL295º38.4%49.02%-
HSV(B)295º55.49%67.84%-
XYZ25.7116.3241.33-
YUV114.26161.15164.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.76%
GREEN value IS 77 (30.47% from 255) = 18.55%
BLUE value IS 173 (67.97% from 255) = 41.69%
R=39.76%
G=18.55%
B=41.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165771730.050.5500.3229538.449.02
HexA54DAD5370201272631
Octal2451152555670404474661
Binary101001011001101101011011011101110100000100100111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54DAD; }

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

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

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

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

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

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

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

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