Html Css Color HEX #A500E5 Dark Violet

📋 copy color: '#A500E5'

red 165 ◦ green 0 ◦ blue 229

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

Shades of Dark Violet #A500E5

Tints of Dark Violet #A500E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 58.12%

R = 41.88%
G = 0%
B = 58.12%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A500E5 (or 0xA500E5) is known color: Dark Violet. HEX triplet: A5, 00 and E5. RGB value is (165,0,229). Sum of RGB (Red+Green+Blue) = 165+0+229=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 229 (89.84% from 255 or 58.12% from 394); Max value from RGB is 229 - color contains mainly: blue. Hex color #A500E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500E5 is #5AFF1A. Grayscale: #4A4A4A. Windows color (decimal): -5963547 or 15007909. OLE color: 15007909.

HSL color Cylindrical-coordinate representation of color #A500E5: hue angle of 283.23º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A500E5 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 0 229 -
CMYK 0.28 1 0 0.10
HSL 283.23º 1% 0.45% -
HSV(B) 283.23º 1% 0.9% -
XYZ 29.66 13.66 75.2 -
YUV 75.44 214.66 191.88 -
System Red Green Blue C M Y K H S L
Decimal 165 0 229 0.28 1 0 0.10 283.23 1 0.45
Hex A5 0 E5 1C 64 0 A 11B 64 2D
Octal 245 0 345 34 144 0 12 433 144 55
Binary 10100101 0 11100101 11100 1100100 0 1010 100011011 1100100 101101

Color Harmonies of #A500E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A500E5

Black with #A500E5

Text Example


Text Example

White with #A500E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A500E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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