#A919E4

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

Shades of Dark Violet #A919E4

Tints of Dark Violet #A919E4

Color information

#A919E4 (or 0xA919E4) is unknown color: approx Dark Violet. HEX triplet: A9, 19 and E4. RGB value is (169,25,228). Sum of RGB (Red+Green+Blue) = 169+25+228=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 228 (89.45% from 255 or 54.03% from 422); Max value from RGB is 228 - color contains mainly: blue. Hex color #A919E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A919E4 is #56E61B. Grayscale: #5A5A5A. Windows color (decimal): -5695004 or 14948777. OLE color: 14948777.

HSL color Cylindrical-coordinate representation of color #A919E4: hue angle of 282.56º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A919E4 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16925228-
CMYK0.260.8900.11
HSL282.56º80.24%49.61%-
HSV(B)282.56º89.04%89.41%-
XYZ30.7114.7374.62-
YUV91.2205.21183.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 25 (10.16% from 255) = 5.92%
BLUE value IS 228 (89.45% from 255) = 54.03%
R=40.05%
G=5.92%
B=54.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal169252280.260.8900.11282.5680.2449.61
HexA919E41A590B11b5032
Octal251313443213101343312062
Binary101010011100111100100110101011001010111000110111010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A919E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A919E4; }

 p { color: rgb(169,25,228); }

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

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

 a { background-color: rgb(169,25,228); }

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

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

 span { border-color: rgb(169,25,228); }

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