#A414B0

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

Shades of Dark Violet #A414B0

Tints of Dark Violet #A414B0

Color information

#A414B0 (or 0xA414B0) is unknown color: approx Dark Violet. HEX triplet: A4, 14 and B0. RGB value is (164,20,176). Sum of RGB (Red+Green+Blue) = 164+20+176=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 176 (69.14% from 255 or 48.89% from 360); Max value from RGB is 176 - color contains mainly: blue. Hex color #A414B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A414B0 is #5BEB4F. Grayscale: #505050. Windows color (decimal): -6024016 or 11539620. OLE color: 11539620.

HSL color Cylindrical-coordinate representation of color #A414B0: hue angle of 295.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A414B0 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16420176-
CMYK0.070.8900.31
HSL295.38º79.59%38.43%-
HSV(B)295.38º88.64%69.02%-
XYZ23.411.5342.07-
YUV80.84181.71187.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.56%
GREEN value IS 20 (8.20% from 255) = 5.56%
BLUE value IS 176 (69.14% from 255) = 48.89%
R=45.56%
G=5.56%
B=48.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164201760.070.8900.31295.3879.5938.43
HexA414B075901F1275026
Octal24424260713103744712046
Binary10100100101001011000011110110010111111001001111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A414B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A414B0; }

 p { color: rgb(164,20,176); }

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

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

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

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

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

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

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