Html Css Color HEX #A200CE Dark Violet

📋 copy color: '#A200CE'

red 162 ◦ green 0 ◦ blue 206

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

Shades of Dark Violet #A200CE

Tints of Dark Violet #A200CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.98%

R = 44.02%
G = 0%
B = 55.98%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A200CE (or 0xA200CE) is known color: Dark Violet. HEX triplet: A2, 00 and CE. RGB value is (162,0,206). Sum of RGB (Red+Green+Blue) = 162+0+206=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #A200CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A200CE is #5DFF31. Grayscale: #474747. Windows color (decimal): -6160178 or 13500578. OLE color: 13500578.

HSL color Cylindrical-coordinate representation of color #A200CE: hue angle of 287.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200CE is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 0 206 -
CMYK 0.21 1 0 0.19
HSL 287.18º 1% 0.4% -
HSV(B) 287.18º 1% 0.81% -
XYZ 26.04 12.14 59.36 -
YUV 71.92 203.67 192.25 -
System Red Green Blue C M Y K H S L
Decimal 162 0 206 0.21 1 0 0.19 287.18 1 0.4
Hex A2 0 CE 15 64 0 13 11F 64 28
Octal 242 0 316 25 144 0 23 437 144 50
Binary 10100010 0 11001110 10101 1100100 0 10011 100011111 1100100 101000

Color Harmonies of #A200CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A200CE

Black with #A200CE

Text Example


Text Example

White with #A200CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A200CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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