Html Css Color HEX #A00EBC Dark Violet

📋 copy color: '#A00EBC'

red 160 ◦ green 14 ◦ blue 188

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

Shades of Dark Violet #A00EBC

Tints of Dark Violet #A00EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.93%

R = 44.2%
G = 3.87%
B = 51.93%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A00EBC (or 0xA00EBC) is known color: Dark Violet. HEX triplet: A0, 0E and BC. RGB value is (160,14,188). Sum of RGB (Red+Green+Blue) = 160+14+188=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #A00EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00EBC is #5FF143. Grayscale: #4C4C4C. Windows color (decimal): -6287684 or 12324512. OLE color: 12324512.

HSL color Cylindrical-coordinate representation of color #A00EBC: hue angle of 290.34º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00EBC is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 14 188 -
CMYK 0.15 0.93 0 0.26
HSL 290.34º 0.86% 0.4% -
HSV(B) 290.34º 0.93% 0.74% -
XYZ 23.73 11.42 48.53 -
YUV 77.49 190.37 186.85 -
System Red Green Blue C M Y K H S L
Decimal 160 14 188 0.15 0.93 0 0.26 290.34 0.86 0.4
Hex A0 E BC F 5D 0 1A 122 56 28
Octal 240 16 274 17 135 0 32 442 126 50
Binary 10100000 1110 10111100 1111 1011101 0 11010 100100010 1010110 101000

Color Harmonies of #A00EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00EBC

Black with #A00EBC

Text Example


Text Example

White with #A00EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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