#A54892

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

Shades of Violet Blue #A54892

Tints of Violet Blue #A54892

Color information

#A54892 (or 0xA54892) is unknown color: approx Violet Blue. HEX triplet: A5, 48 and 92. RGB value is (165,72,146). Sum of RGB (Red+Green+Blue) = 165+72+146=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A54892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54892 is #5AB76D. Grayscale: #6C6C6C. Windows color (decimal): -5945198 or 9586853. OLE color: 9586853.

HSL color Cylindrical-coordinate representation of color #A54892: hue angle of 312.26º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54892 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB16572146-
CMYK00.560.120.35
HSL312.26º39.24%46.47%-
HSV(B)312.26º56.36%64.71%-
XYZ23.0214.7128.82-
YUV108.24149.31168.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 72 (28.52% from 255) = 18.80%
BLUE value IS 146 (57.42% from 255) = 38.12%
R=43.08%
G=18.80%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657214600.560.120.35312.2639.2446.47
HexA54892038C23138272e
Octal24511022207014434704756
Binary1010010110010001001001001110001100100011100111000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54892; }

 p { color: rgb(165,72,146); }

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

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

 a { background-color: rgb(165,72,146); }

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

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

 span { border-color: rgb(165,72,146); }

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