#a301ef

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

Shades of Dark Violet #A301EF

Tints of Dark Violet #A301EF

Color information

#A301EF (or 0xA301EF) is unknown color: approx Dark Violet. HEX triplet: A3, 01 and EF. RGB value is (163,1,239). Sum of RGB (Red+Green+Blue) = 163+1+239=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #A301EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A301EF is #5CFE10. Grayscale: #4B4B4B. Windows color (decimal): -6094353 or 15663523. OLE color: 15663523.

HSL color Cylindrical-coordinate representation of color #A301EF: hue angle of 280.84º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A301EF is Cyan = 0.32, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1631239-
CMYK0.321.0000.06
HSL280.84º99.17%47.06%-
HSV(B)280.84º99.58%93.73%-
XYZ30.714.0482.75-
YUV76.57219.67189.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 239 (93.75% from 255) = 59.31%
R=40.45%
G=0.25%
B=59.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal16312390.321.0000.06280.8499.1747.06
HexA31EF206406119632f
Octal2431357401440643114357
Binary10100011111101111100000110010001101000110011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a301ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a301ef; }

 p { color: rgb(163,1,239); }

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

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

 a { background-color: rgb(163,1,239); }

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

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

 span { border-color: rgb(163,1,239); }

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