Html Css Color HEX #A200EE Dark Violet

📋 copy color: '#A200EE'

red 162 ◦ green 0 ◦ blue 238

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

Shades of Dark Violet #A200EE

Tints of Dark Violet #A200EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.5%

R = 40.5%
G = 0%
B = 59.5%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A200EE (or 0xA200EE) is known color: Dark Violet. HEX triplet: A2, 00 and EE. RGB value is (162,0,238). Sum of RGB (Red+Green+Blue) = 162+0+238=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #A200EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A200EE is #5DFF11. Grayscale: #4A4A4A. Windows color (decimal): -6160146 or 15597730. OLE color: 15597730.

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

Color convert

RGB 162 0 238 -
CMYK 0.32 1 0 0.07
HSL 280.84º 1% 0.47% -
HSV(B) 280.84º 1% 0.93% -
XYZ 30.33 13.85 81.96 -
YUV 75.57 219.67 189.65 -
System Red Green Blue C M Y K H S L
Decimal 162 0 238 0.32 1 0 0.07 280.84 1 0.47
Hex A2 0 EE 20 64 0 7 119 64 2F
Octal 242 0 356 40 144 0 7 431 144 57
Binary 10100010 0 11101110 100000 1100100 0 111 100011001 1100100 101111

Color Harmonies of #A200EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A200EE

Black with #A200EE

Text Example


Text Example

White with #A200EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A200EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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