Html Css Color HEX #A00EB2 Dark Violet

📋 copy color: '#A00EB2'

red 160 ◦ green 14 ◦ blue 178

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

Shades of Dark Violet #A00EB2

Tints of Dark Violet #A00EB2

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.98%

 BLUE value IS 178 (69.92% from 255) = 50.57%

R = 45.45%
G = 3.98%
B = 50.57%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A00EB2 (or 0xA00EB2) is known color: Dark Violet. HEX triplet: A0, 0E and B2. RGB value is (160,14,178). Sum of RGB (Red+Green+Blue) = 160+14+178=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 178 (69.92% from 255 or 50.57% from 352); Max value from RGB is 178 - color contains mainly: blue. Hex color #A00EB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00EB2 is #5FF14D. Grayscale: #4B4B4B. Windows color (decimal): -6287694 or 11669152. OLE color: 11669152.

HSL color Cylindrical-coordinate representation of color #A00EB2: hue angle of 293.41º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00EB2 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 14 178 -
CMYK 0.10 0.92 0 0.30
HSL 293.41º 0.85% 0.38% -
HSV(B) 293.41º 0.92% 0.7% -
XYZ 22.69 11 43.05 -
YUV 76.35 185.37 187.66 -
System Red Green Blue C M Y K H S L
Decimal 160 14 178 0.10 0.92 0 0.30 293.41 0.85 0.38
Hex A0 E B2 A 5C 0 1E 125 55 26
Octal 240 16 262 12 134 0 36 445 125 46
Binary 10100000 1110 10110010 1010 1011100 0 11110 100100101 1010101 100110

Color Harmonies of #A00EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00EB2

Black with #A00EB2

Text Example


Text Example

White with #A00EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00EB2; }

 p { color: rgb(160,14,178); }

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

background-color css

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

 a { background-color: rgb(160,14,178); }

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

border-color css

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

 span { border-color: rgb(160,14,178); }

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