Html Css Color HEX #A00AC1 Dark Violet

📋 copy color: '#A00AC1'

red 160 ◦ green 10 ◦ blue 193

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

Shades of Dark Violet #A00AC1

Tints of Dark Violet #A00AC1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.75%

 BLUE value IS 193 (75.78% from 255) = 53.17%

R = 44.08%
G = 2.75%
B = 53.17%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A00AC1 (or 0xA00AC1) is known color: Dark Violet. HEX triplet: A0, 0A and C1. RGB value is (160,10,193). Sum of RGB (Red+Green+Blue) = 160+10+193=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 193 (75.78% from 255 or 53.17% from 363); Max value from RGB is 193 - color contains mainly: blue. Hex color #A00AC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00AC1 is #5FF53E. Grayscale: #4B4B4B. Windows color (decimal): -6288703 or 12651168. OLE color: 12651168.

HSL color Cylindrical-coordinate representation of color #A00AC1: hue angle of 289.18º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00AC1 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 10 193 -
CMYK 0.17 0.95 0 0.24
HSL 289.18º 0.9% 0.4% -
HSV(B) 289.18º 0.95% 0.76% -
XYZ 24.23 11.54 51.4 -
YUV 75.71 194.2 188.12 -
System Red Green Blue C M Y K H S L
Decimal 160 10 193 0.17 0.95 0 0.24 289.18 0.9 0.4
Hex A0 A C1 11 5F 0 18 121 5A 28
Octal 240 12 301 21 137 0 30 441 132 50
Binary 10100000 1010 11000001 10001 1011111 0 11000 100100001 1011010 101000

Color Harmonies of #A00AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00AC1

Black with #A00AC1

Text Example


Text Example

White with #A00AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00AC1; }

 p { color: rgb(160,10,193); }

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

background-color css

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

 a { background-color: rgb(160,10,193); }

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

border-color css

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

 span { border-color: rgb(160,10,193); }

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