#A428A2

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

Shades of Vivid Violet #A428A2

Tints of Vivid Violet #A428A2

Color information

#A428A2 (or 0xA428A2) is unknown color: approx Vivid Violet. HEX triplet: A4, 28 and A2. RGB value is (164,40,162). Sum of RGB (Red+Green+Blue) = 164+40+162=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A428A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A428A2 is #5BD75D. Grayscale: #5A5A5A. Windows color (decimal): -6018910 or 10627236. OLE color: 10627236.

HSL color Cylindrical-coordinate representation of color #A428A2: hue angle of 300.97º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A428A2 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB16440162-
CMYK00.760.010.36
HSL300.97º60.78%40%-
HSV(B)300.97º75.61%64.31%-
XYZ22.5912.0235.31-
YUV90.98168.08180.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.81%
GREEN value IS 40 (16.02% from 255) = 10.93%
BLUE value IS 162 (63.67% from 255) = 44.26%
R=44.81%
G=10.93%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644016200.760.010.36300.9760.7840
HexA428A204C12412d3d28
Octal2445024201141444557550
Binary1010010010100010100010010011001100100100101101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A428A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A428A2; }

 p { color: rgb(164,40,162); }

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

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

 a { background-color: rgb(164,40,162); }

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

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

 span { border-color: rgb(164,40,162); }

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