Html Css Color HEX #A00EB7 Dark Violet

📋 copy color: '#A00EB7'

red 160 ◦ green 14 ◦ blue 183

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

Shades of Dark Violet #A00EB7

Tints of Dark Violet #A00EB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 51.26%

R = 44.82%
G = 3.92%
B = 51.26%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A00EB7 (or 0xA00EB7) is known color: Dark Violet. HEX triplet: A0, 0E and B7. RGB value is (160,14,183). Sum of RGB (Red+Green+Blue) = 160+14+183=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 183 (71.88% from 255 or 51.26% from 357); Max value from RGB is 183 - color contains mainly: blue. Hex color #A00EB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00EB7 is #5FF148. Grayscale: #4C4C4C. Windows color (decimal): -6287689 or 11996832. OLE color: 11996832.

HSL color Cylindrical-coordinate representation of color #A00EB7: hue angle of 291.83º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00EB7 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 14 183 -
CMYK 0.13 0.92 0 0.28
HSL 291.83º 0.86% 0.39% -
HSV(B) 291.83º 0.92% 0.72% -
XYZ 23.2 11.21 45.74 -
YUV 76.92 187.87 187.26 -
System Red Green Blue C M Y K H S L
Decimal 160 14 183 0.13 0.92 0 0.28 291.83 0.86 0.39
Hex A0 E B7 D 5C 0 1C 124 56 27
Octal 240 16 267 15 134 0 34 444 126 47
Binary 10100000 1110 10110111 1101 1011100 0 11100 100100100 1010110 100111

Color Harmonies of #A00EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00EB7

Black with #A00EB7

Text Example


Text Example

White with #A00EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00EB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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