Html Css Color HEX #A500E0 Dark Violet

📋 copy color: '#A500E0'

red 165 ◦ green 0 ◦ blue 224

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

Shades of Dark Violet #A500E0

Tints of Dark Violet #A500E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 57.58%

R = 42.42%
G = 0%
B = 57.58%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A500E0 (or 0xA500E0) is known color: Dark Violet. HEX triplet: A5, 00 and E0. RGB value is (165,0,224). Sum of RGB (Red+Green+Blue) = 165+0+224=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 224 (87.89% from 255 or 57.58% from 389); Max value from RGB is 224 - color contains mainly: blue. Hex color #A500E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500E0 is #5AFF1F. Grayscale: #4A4A4A. Windows color (decimal): -5963552 or 14680229. OLE color: 14680229.

HSL color Cylindrical-coordinate representation of color #A500E0: hue angle of 284.2º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A500E0 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 0 224 -
CMYK 0.26 1 0 0.12
HSL 284.2º 1% 0.44% -
HSV(B) 284.2º 1% 0.88% -
XYZ 28.97 13.38 71.58 -
YUV 74.87 212.16 192.29 -
System Red Green Blue C M Y K H S L
Decimal 165 0 224 0.26 1 0 0.12 284.2 1 0.44
Hex A5 0 E0 1A 64 0 C 11C 64 2C
Octal 245 0 340 32 144 0 14 434 144 54
Binary 10100101 0 11100000 11010 1100100 0 1100 100011100 1100100 101100

Color Harmonies of #A500E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A500E0

Black with #A500E0

Text Example


Text Example

White with #A500E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A500E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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