Html Css Color HEX #A000ED Dark Violet

📋 copy color: '#A000ED'

red 160 ◦ green 0 ◦ blue 237

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

Shades of Dark Violet #A000ED

Tints of Dark Violet #A000ED

RGB

 RED value IS 160 (62.89% from 255) = 40.3%

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

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

R = 40.3%
G = 0%
B = 59.7%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A000ED (or 0xA000ED) is known color: Dark Violet. HEX triplet: A0, 00 and ED. RGB value is (160,0,237). Sum of RGB (Red+Green+Blue) = 160+0+237=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #A000ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A000ED is #5FFF12. Grayscale: #4A4A4A. Windows color (decimal): -6291219 or 15532192. OLE color: 15532192.

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

Color convert

RGB 160 0 237 -
CMYK 0.32 1 0 0.07
HSL 280.51º 1% 0.46% -
HSV(B) 280.51º 1% 0.93% -
XYZ 29.78 13.59 81.17 -
YUV 74.86 219.51 188.73 -
System Red Green Blue C M Y K H S L
Decimal 160 0 237 0.32 1 0 0.07 280.51 1 0.46
Hex A0 0 ED 20 64 0 7 119 64 2E
Octal 240 0 355 40 144 0 7 431 144 56
Binary 10100000 0 11101101 100000 1100100 0 111 100011001 1100100 101110

Color Harmonies of #A000ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A000ED

Black with #A000ED

Text Example


Text Example

White with #A000ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A000ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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