Html Css Color HEX #A00EBF Dark Violet

📋 copy color: '#A00EBF'

red 160 ◦ green 14 ◦ blue 191

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

Shades of Dark Violet #A00EBF

Tints of Dark Violet #A00EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.33%

R = 43.84%
G = 3.84%
B = 52.33%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A00EBF (or 0xA00EBF) is known color: Dark Violet. HEX triplet: A0, 0E and BF. RGB value is (160,14,191). Sum of RGB (Red+Green+Blue) = 160+14+191=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #A00EBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00EBF is #5FF140. Grayscale: #4D4D4D. Windows color (decimal): -6287681 or 12521120. OLE color: 12521120.

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

Color convert

RGB 160 14 191 -
CMYK 0.16 0.93 0 0.25
HSL 289.49º 0.86% 0.4% -
HSV(B) 289.49º 0.93% 0.75% -
XYZ 24.06 11.55 50.25 -
YUV 77.83 191.87 186.61 -
System Red Green Blue C M Y K H S L
Decimal 160 14 191 0.16 0.93 0 0.25 289.49 0.86 0.4
Hex A0 E BF 10 5D 0 19 121 56 28
Octal 240 16 277 20 135 0 31 441 126 50
Binary 10100000 1110 10111111 10000 1011101 0 11001 100100001 1010110 101000

Color Harmonies of #A00EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00EBF

Black with #A00EBF

Text Example


Text Example

White with #A00EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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