Html Css Color HEX #A500ED Dark Violet

📋 copy color: '#A500ED'

red 165 ◦ green 0 ◦ blue 237

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

Shades of Dark Violet #A500ED

Tints of Dark Violet #A500ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.96%

R = 41.04%
G = 0%
B = 58.96%

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

#A500ED (or 0xA500ED) is known color: Dark Violet. HEX triplet: A5, 00 and ED. RGB value is (165,0,237). Sum of RGB (Red+Green+Blue) = 165+0+237=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #A500ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A500ED is #5AFF12. Grayscale: #4B4B4B. Windows color (decimal): -5963539 or 15532197. OLE color: 15532197.

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

Color convert

RGB 165 0 237 -
CMYK 0.30 1 0 0.07
HSL 281.77º 1% 0.46% -
HSV(B) 281.77º 1% 0.93% -
XYZ 30.8 14.11 81.22 -
YUV 76.35 218.66 191.23 -
System Red Green Blue C M Y K H S L
Decimal 165 0 237 0.30 1 0 0.07 281.77 1 0.46
Hex A5 0 ED 1E 64 0 7 11A 64 2E
Octal 245 0 355 36 144 0 7 432 144 56
Binary 10100101 0 11101101 11110 1100100 0 111 100011010 1100100 101110

Color Harmonies of #A500ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A500ED

Black with #A500ED

Text Example


Text Example

White with #A500ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A500ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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