Html Css Color HEX #A200D8 Dark Violet

📋 copy color: '#A200D8'

red 162 ◦ green 0 ◦ blue 216

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

Shades of Dark Violet #A200D8

Tints of Dark Violet #A200D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 57.14%

R = 42.86%
G = 0%
B = 57.14%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A200D8 (or 0xA200D8) is known color: Dark Violet. HEX triplet: A2, 00 and D8. RGB value is (162,0,216). Sum of RGB (Red+Green+Blue) = 162+0+216=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 216 (84.77% from 255 or 57.14% from 378); Max value from RGB is 216 - color contains mainly: blue. Hex color #A200D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A200D8 is #5DFF27. Grayscale: #484848. Windows color (decimal): -6160168 or 14155938. OLE color: 14155938.

HSL color Cylindrical-coordinate representation of color #A200D8: hue angle of 285º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200D8 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 0 216 -
CMYK 0.25 1 0 0.15
HSL 285º 1% 0.42% -
HSV(B) 285º 1% 0.85% -
XYZ 27.29 12.64 65.97 -
YUV 73.06 208.67 191.44 -
System Red Green Blue C M Y K H S L
Decimal 162 0 216 0.25 1 0 0.15 285 1 0.42
Hex A2 0 D8 19 64 0 F 11D 64 2A
Octal 242 0 330 31 144 0 17 435 144 52
Binary 10100010 0 11011000 11001 1100100 0 1111 100011101 1100100 101010

Color Harmonies of #A200D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A200D8

Black with #A200D8

Text Example


Text Example

White with #A200D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A200D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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