Html Css Color HEX #A001EC Dark Violet

📋 copy color: '#A001EC'

red 160 ◦ green 1 ◦ blue 236

#A001EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A001EC

Tints of Dark Violet #A001EC

RGB

 RED value IS 160 (62.89% from 255) = 40.3%

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 236 (92.58% from 255) = 59.45%

R = 40.3%
G = 0.25%
B = 59.45%

CMYK

 C value IS 0.32

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A001EC (or 0xA001EC) is known color: Dark Violet. HEX triplet: A0, 01 and EC. RGB value is (160,1,236). Sum of RGB (Red+Green+Blue) = 160+1+236=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #A001EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A001EC is #5FFE13. Grayscale: #4A4A4A. Windows color (decimal): -6290964 or 15466912. OLE color: 15466912.

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

Color convert

RGB 160 1 236 -
CMYK 0.32 1.00 0 0.07
HSL 280.6º 0.99% 0.46% -
HSV(B) 280.6º 1% 0.93% -
XYZ 29.65 13.55 80.41 -
YUV 75.33 218.68 188.39 -
System Red Green Blue C M Y K H S L
Decimal 160 1 236 0.32 1.00 0 0.07 280.6 0.99 0.46
Hex A0 1 EC 20 64 0 7 119 63 2E
Octal 240 1 354 40 144 0 7 431 143 56
Binary 10100000 1 11101100 100000 1100100 0 111 100011001 1100011 101110

Color Harmonies of #A001EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A001EC

Black with #A001EC

Text Example


Text Example

White with #A001EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A001EC; }

 p { color: rgb(160,1,236); }

 H1.HeaderClassName
 {
   color: #A001EC;
 }
 .AnyTagClassName
 {
   color: #A001EC;
 }
</style>

background-color css

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

 a { background-color: rgb(160,1,236); }

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

border-color css

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

 span { border-color: rgb(160,1,236); }

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