Html Css Color HEX #A200C5 Dark Violet

📋 copy color: '#A200C5'

red 162 ◦ green 0 ◦ blue 197

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

Shades of Dark Violet #A200C5

Tints of Dark Violet #A200C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 54.87%

R = 45.13%
G = 0%
B = 54.87%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A200C5 (or 0xA200C5) is known color: Dark Violet. HEX triplet: A2, 00 and C5. RGB value is (162,0,197). Sum of RGB (Red+Green+Blue) = 162+0+197=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 197 (77.34% from 255 or 54.87% from 359); Max value from RGB is 197 - color contains mainly: blue. Hex color #A200C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A200C5 is #5DFF3A. Grayscale: #464646. Windows color (decimal): -6160187 or 12910754. OLE color: 12910754.

HSL color Cylindrical-coordinate representation of color #A200C5: hue angle of 289.34º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200C5 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 0 197 -
CMYK 0.18 1 0 0.23
HSL 289.34º 1% 0.39% -
HSV(B) 289.34º 1% 0.77% -
XYZ 24.98 11.71 53.77 -
YUV 70.9 199.17 192.98 -
System Red Green Blue C M Y K H S L
Decimal 162 0 197 0.18 1 0 0.23 289.34 1 0.39
Hex A2 0 C5 12 64 0 17 121 64 27
Octal 242 0 305 22 144 0 27 441 144 47
Binary 10100010 0 11000101 10010 1100100 0 10111 100100001 1100100 100111

Color Harmonies of #A200C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A200C5

Black with #A200C5

Text Example


Text Example

White with #A200C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A200C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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