Html Css Color HEX #A011EA Dark Violet

📋 copy color: '#A011EA'

red 160 ◦ green 17 ◦ blue 234

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

Shades of Dark Violet #A011EA

Tints of Dark Violet #A011EA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.14%

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

R = 38.93%
G = 4.14%
B = 56.93%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A011EA (or 0xA011EA) is known color: Dark Violet. HEX triplet: A0, 11 and EA. RGB value is (160,17,234). Sum of RGB (Red+Green+Blue) = 160+17+234=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #A011EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A011EA is #5FEE15. Grayscale: #535353. Windows color (decimal): -6286870 or 15339936. OLE color: 15339936.

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

Color convert

RGB 160 17 234 -
CMYK 0.32 0.93 0 0.08
HSL 279.54º 0.86% 0.49% -
HSV(B) 279.54º 0.93% 0.92% -
XYZ 29.55 13.81 78.95 -
YUV 84.5 212.38 181.86 -
System Red Green Blue C M Y K H S L
Decimal 160 17 234 0.32 0.93 0 0.08 279.54 0.86 0.49
Hex A0 11 EA 20 5D 0 8 118 56 31
Octal 240 21 352 40 135 0 10 430 126 61
Binary 10100000 10001 11101010 100000 1011101 0 1000 100011000 1010110 110001

Color Harmonies of #A011EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A011EA

Black with #A011EA

Text Example


Text Example

White with #A011EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A011EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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