#A54EAF

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

Shades of Violet Blue #A54EAF

Tints of Violet Blue #A54EAF

Color information

#A54EAF (or 0xA54EAF) is unknown color: approx Violet Blue. HEX triplet: A5, 4E and AF. RGB value is (165,78,175). Sum of RGB (Red+Green+Blue) = 165+78+175=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #A54EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54EAF is #5AB150. Grayscale: #727272. Windows color (decimal): -5943633 or 11488933. OLE color: 11488933.

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

Color convert

RGB16578175-
CMYK0.060.5500.31
HSL293.81º38.34%49.61%-
HSV(B)293.81º55.43%68.63%-
XYZ25.9816.5442.38-
YUV115.07161.82163.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.47%
GREEN value IS 78 (30.86% from 255) = 18.66%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=39.47%
G=18.66%
B=41.87%

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
Decimal165781750.060.5500.31293.8138.3449.61
HexA54EAF63701F1262632
Octal2451162576670374464662
Binary10100101100111010101111110110111011111100100110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54EAF; }

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

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

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

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

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

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

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

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