Html Css Color HEX #A300EC Dark Violet

📋 copy color: '#A300EC'

red 163 ◦ green 0 ◦ blue 236

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

Shades of Dark Violet #A300EC

Tints of Dark Violet #A300EC

RGB

 RED value IS 163 (64.06% from 255) = 40.85%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.85%
G = 0%
B = 59.15%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A300EC (or 0xA300EC) is known color: Dark Violet. HEX triplet: A3, 00 and EC. RGB value is (163,0,236). Sum of RGB (Red+Green+Blue) = 163+0+236=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 0 (0.39% from 255 or 0% 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 #A300EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A300EC is #5CFF13. Grayscale: #4A4A4A. Windows color (decimal): -6094612 or 15466659. OLE color: 15466659.

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

Color convert

RGB 163 0 236 -
CMYK 0.31 1 0 0.07
HSL 281.44º 1% 0.46% -
HSV(B) 281.44º 1% 0.93% -
XYZ 30.24 13.84 80.43 -
YUV 75.64 218.5 190.31 -
System Red Green Blue C M Y K H S L
Decimal 163 0 236 0.31 1 0 0.07 281.44 1 0.46
Hex A3 0 EC 1F 64 0 7 119 64 2E
Octal 243 0 354 37 144 0 7 431 144 56
Binary 10100011 0 11101100 11111 1100100 0 111 100011001 1100100 101110

Color Harmonies of #A300EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A300EC

Black with #A300EC

Text Example


Text Example

White with #A300EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A300EC; }

 p { color: rgb(163,0,236); }

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

background-color css

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

 a { background-color: rgb(163,0,236); }

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

border-color css

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

 span { border-color: rgb(163,0,236); }

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