#A54298

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

Shades of Violet Blue #A54298

Tints of Violet Blue #A54298

Color information

#A54298 (or 0xA54298) is unknown color: approx Violet Blue. HEX triplet: A5, 42 and 98. RGB value is (165,66,152). Sum of RGB (Red+Green+Blue) = 165+66+152=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A54298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54298 is #5ABD67. Grayscale: #696969. Windows color (decimal): -5946728 or 9978533. OLE color: 9978533.

HSL color Cylindrical-coordinate representation of color #A54298: hue angle of 307.88º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A54298 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB16566152-
CMYK00.600.080.35
HSL307.88º42.86%45.29%-
HSV(B)307.88º60%64.71%-
XYZ23.1314.1631.22-
YUV105.4154.3170.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 66 (26.17% from 255) = 17.23%
BLUE value IS 152 (59.77% from 255) = 39.69%
R=43.08%
G=17.23%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656615200.600.080.35307.8842.8645.29
HexA5429803C8231342b2d
Octal24510223007410434645355
Binary1010010110000101001100001111001000100011100110100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54298; }

 p { color: rgb(165,66,152); }

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

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

 a { background-color: rgb(165,66,152); }

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

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

 span { border-color: rgb(165,66,152); }

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