Html Css Color HEX #A000C0 Dark Violet

📋 copy color: '#A000C0'

red 160 ◦ green 0 ◦ blue 192

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

Shades of Dark Violet #A000C0

Tints of Dark Violet #A000C0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 192 (75.39% from 255) = 54.55%

R = 45.45%
G = 0%
B = 54.55%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A000C0 (or 0xA000C0) is known color: Dark Violet. HEX triplet: A0, 00 and C0. RGB value is (160,0,192). Sum of RGB (Red+Green+Blue) = 160+0+192=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 192 (75.39% from 255 or 54.55% from 352); Max value from RGB is 192 - color contains mainly: blue. Hex color #A000C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000C0 is #5FFF3F. Grayscale: #454545. Windows color (decimal): -6291264 or 12583072. OLE color: 12583072.

HSL color Cylindrical-coordinate representation of color #A000C0: hue angle of 290º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A000C0 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 0 192 -
CMYK 0.17 1 0 0.25
HSL 290º 1% 0.38% -
HSV(B) 290º 1% 0.75% -
XYZ 24.01 11.28 50.78 -
YUV 69.73 197.01 192.39 -
System Red Green Blue C M Y K H S L
Decimal 160 0 192 0.17 1 0 0.25 290 1 0.38
Hex A0 0 C0 11 64 0 19 122 64 26
Octal 240 0 300 21 144 0 31 442 144 46
Binary 10100000 0 11000000 10001 1100100 0 11001 100100010 1100100 100110

Color Harmonies of #A000C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A000C0

Black with #A000C0

Text Example


Text Example

White with #A000C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A000C0; }

 p { color: rgb(160,0,192); }

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

background-color css

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

 a { background-color: rgb(160,0,192); }

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

border-color css

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

 span { border-color: rgb(160,0,192); }

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