Html Css Color HEX #A200C0 Dark Violet

📋 copy color: '#A200C0'

red 162 ◦ green 0 ◦ blue 192

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

Shades of Dark Violet #A200C0

Tints of Dark Violet #A200C0

RGB

 RED value IS 162 (63.67% from 255) = 45.76%

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

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

R = 45.76%
G = 0%
B = 54.24%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A200C0 (or 0xA200C0) is known color: Dark Violet. HEX triplet: A2, 00 and C0. RGB value is (162,0,192). Sum of RGB (Red+Green+Blue) = 162+0+192=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 192 (75.39% from 255 or 54.24% from 354); Max value from RGB is 192 - color contains mainly: blue. Hex color #A200C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A200C0 is #5DFF3F. Grayscale: #454545. Windows color (decimal): -6160192 or 12583074. OLE color: 12583074.

HSL color Cylindrical-coordinate representation of color #A200C0: hue angle of 290.62º 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 #A200C0 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 0 192 -
CMYK 0.16 1 0 0.25
HSL 290.63º 1% 0.38% -
HSV(B) 290.63º 1% 0.75% -
XYZ 24.41 11.49 50.8 -
YUV 70.33 196.67 193.39 -
System Red Green Blue C M Y K H S L
Decimal 162 0 192 0.16 1 0 0.25 290.63 1 0.38
Hex A2 0 C0 10 64 0 19 123 64 26
Octal 242 0 300 20 144 0 31 443 144 46
Binary 10100010 0 11000000 10000 1100100 0 11001 100100011 1100100 100110

Color Harmonies of #A200C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A200C0

Black with #A200C0

Text Example


Text Example

White with #A200C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A200C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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