Html Css Color HEX #A00AC3 Dark Violet

📋 copy color: '#A00AC3'

red 160 ◦ green 10 ◦ blue 195

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

Shades of Dark Violet #A00AC3

Tints of Dark Violet #A00AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 53.42%

R = 43.84%
G = 2.74%
B = 53.42%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A00AC3 (or 0xA00AC3) is known color: Dark Violet. HEX triplet: A0, 0A and C3. RGB value is (160,10,195). Sum of RGB (Red+Green+Blue) = 160+10+195=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 195 (76.56% from 255 or 53.42% from 365); Max value from RGB is 195 - color contains mainly: blue. Hex color #A00AC3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00AC3 is #5FF53C. Grayscale: #4B4B4B. Windows color (decimal): -6288701 or 12782240. OLE color: 12782240.

HSL color Cylindrical-coordinate representation of color #A00AC3: hue angle of 288.65º 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 #A00AC3 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 10 195 -
CMYK 0.18 0.95 0 0.24
HSL 288.65º 0.9% 0.4% -
HSV(B) 288.65º 0.95% 0.76% -
XYZ 24.46 11.63 52.59 -
YUV 75.94 195.2 187.96 -
System Red Green Blue C M Y K H S L
Decimal 160 10 195 0.18 0.95 0 0.24 288.65 0.9 0.4
Hex A0 A C3 12 5F 0 18 121 5A 28
Octal 240 12 303 22 137 0 30 441 132 50
Binary 10100000 1010 11000011 10010 1011111 0 11000 100100001 1011010 101000

Color Harmonies of #A00AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00AC3

Black with #A00AC3

Text Example


Text Example

White with #A00AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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