Html Css Color HEX #A200EC Dark Violet

📋 copy color: '#A200EC'

red 162 ◦ green 0 ◦ blue 236

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

Shades of Dark Violet #A200EC

Tints of Dark Violet #A200EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59.3%

R = 40.7%
G = 0%
B = 59.3%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A200EC (or 0xA200EC) is known color: Dark Violet. HEX triplet: A2, 00 and EC. RGB value is (162,0,236). Sum of RGB (Red+Green+Blue) = 162+0+236=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #A200EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A200EC is #5DFF13. Grayscale: #4A4A4A. Windows color (decimal): -6160148 or 15466658. OLE color: 15466658.

HSL color Cylindrical-coordinate representation of color #A200EC: hue angle of 281.19º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200EC is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 0 236 -
CMYK 0.31 1 0 0.07
HSL 281.19º 1% 0.46% -
HSV(B) 281.19º 1% 0.93% -
XYZ 30.04 13.74 80.43 -
YUV 75.34 218.67 189.81 -
System Red Green Blue C M Y K H S L
Decimal 162 0 236 0.31 1 0 0.07 281.19 1 0.46
Hex A2 0 EC 1F 64 0 7 119 64 2E
Octal 242 0 354 37 144 0 7 431 144 56
Binary 10100010 0 11101100 11111 1100100 0 111 100011001 1100100 101110

Color Harmonies of #A200EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A200EC

Black with #A200EC

Text Example


Text Example

White with #A200EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A200EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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