Html Css Color HEX #A500EC Dark Violet

📋 copy color: '#A500EC'

red 165 ◦ green 0 ◦ blue 236

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

Shades of Dark Violet #A500EC

Tints of Dark Violet #A500EC

RGB

 RED value IS 165 (64.84% from 255) = 41.15%

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

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

R = 41.15%
G = 0%
B = 58.85%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A500EC (or 0xA500EC) is known color: Dark Violet. HEX triplet: A5, 00 and EC. RGB value is (165,0,236). Sum of RGB (Red+Green+Blue) = 165+0+236=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #A500EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A500EC is #5AFF13. Grayscale: #4B4B4B. Windows color (decimal): -5963540 or 15466661. OLE color: 15466661.

HSL color Cylindrical-coordinate representation of color #A500EC: hue angle of 281.95º 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 #A500EC is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 0 236 -
CMYK 0.30 1 0 0.07
HSL 281.95º 1% 0.46% -
HSV(B) 281.95º 1% 0.93% -
XYZ 30.66 14.06 80.45 -
YUV 76.24 218.16 191.31 -
System Red Green Blue C M Y K H S L
Decimal 165 0 236 0.30 1 0 0.07 281.95 1 0.46
Hex A5 0 EC 1E 64 0 7 11A 64 2E
Octal 245 0 354 36 144 0 7 432 144 56
Binary 10100101 0 11101100 11110 1100100 0 111 100011010 1100100 101110

Color Harmonies of #A500EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A500EC

Black with #A500EC

Text Example


Text Example

White with #A500EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A500EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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