Html Css Color HEX #A003EC Dark Violet

📋 copy color: '#A003EC'

red 160 ◦ green 3 ◦ blue 236

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

Shades of Dark Violet #A003EC

Tints of Dark Violet #A003EC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.75%

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

R = 40.1%
G = 0.75%
B = 59.15%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A003EC (or 0xA003EC) is known color: Dark Violet. HEX triplet: A0, 03 and EC. RGB value is (160,3,236). Sum of RGB (Red+Green+Blue) = 160+3+236=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 3 (1.56% from 255 or 0.75% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #A003EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A003EC is #5FFC13. Grayscale: #4B4B4B. Windows color (decimal): -6290452 or 15467424. OLE color: 15467424.

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

Color convert

RGB 160 3 236 -
CMYK 0.32 0.99 0 0.07
HSL 280.43º 0.97% 0.47% -
HSV(B) 280.43º 0.99% 0.93% -
XYZ 29.67 13.59 80.42 -
YUV 76.51 218.01 187.55 -
System Red Green Blue C M Y K H S L
Decimal 160 3 236 0.32 0.99 0 0.07 280.43 0.97 0.47
Hex A0 3 EC 20 63 0 7 118 61 2F
Octal 240 3 354 40 143 0 7 430 141 57
Binary 10100000 11 11101100 100000 1100011 0 111 100011000 1100001 101111

Color Harmonies of #A003EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A003EC

Black with #A003EC

Text Example


Text Example

White with #A003EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A003EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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