#A428A4

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

Shades of Vivid Violet #A428A4

Tints of Vivid Violet #A428A4

Color information

#A428A4 (or 0xA428A4) is unknown color: approx Vivid Violet. HEX triplet: A4, 28 and A4. RGB value is (164,40,164). Sum of RGB (Red+Green+Blue) = 164+40+164=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 164 (64.45% from 255 or 44.57% from 368); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A428A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A428A4 is #5BD75B. Grayscale: #5A5A5A. Windows color (decimal): -6018908 or 10758308. OLE color: 10758308.

HSL color Cylindrical-coordinate representation of color #A428A4: hue angle of 300º 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 #A428A4 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16440164-
CMYK00.7600.36
HSL300º60.78%40%-
HSV(B)300º75.61%64.31%-
XYZ22.7712.0936.26-
YUV91.21169.08179.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.57%
GREEN value IS 40 (16.02% from 255) = 10.87%
BLUE value IS 164 (64.45% from 255) = 44.57%
R=44.57%
G=10.87%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644016400.7600.3630060.7840
HexA428A404C02412c3d28
Octal2445024401140444547550
Binary1010010010100010100100010011000100100100101100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A428A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A428A4; }

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

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

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

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

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

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

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

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