Html Css Color HEX #A000EA Dark Violet

📋 copy color: '#A000EA'

red 160 ◦ green 0 ◦ blue 234

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

Shades of Dark Violet #A000EA

Tints of Dark Violet #A000EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.39%

R = 40.61%
G = 0%
B = 59.39%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A000EA (or 0xA000EA) is known color: Dark Violet. HEX triplet: A0, 00 and EA. RGB value is (160,0,234). Sum of RGB (Red+Green+Blue) = 160+0+234=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #A000EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A000EA is #5FFF15. Grayscale: #494949. Windows color (decimal): -6291222 or 15335584. OLE color: 15335584.

HSL color Cylindrical-coordinate representation of color #A000EA: hue angle of 281.03º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A000EA is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 0 234 -
CMYK 0.32 1 0 0.08
HSL 281.03º 1% 0.46% -
HSV(B) 281.03º 1% 0.92% -
XYZ 29.35 13.41 78.88 -
YUV 74.52 218.01 188.97 -
System Red Green Blue C M Y K H S L
Decimal 160 0 234 0.32 1 0 0.08 281.03 1 0.46
Hex A0 0 EA 20 64 0 8 119 64 2E
Octal 240 0 352 40 144 0 10 431 144 56
Binary 10100000 0 11101010 100000 1100100 0 1000 100011001 1100100 101110

Color Harmonies of #A000EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A000EA

Black with #A000EA

Text Example


Text Example

White with #A000EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A000EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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