Html Css Color HEX #A200DF Dark Violet

📋 copy color: '#A200DF'

red 162 ◦ green 0 ◦ blue 223

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

Shades of Dark Violet #A200DF

Tints of Dark Violet #A200DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.92%

R = 42.08%
G = 0%
B = 57.92%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A200DF (or 0xA200DF) is known color: Dark Violet. HEX triplet: A2, 00 and DF. RGB value is (162,0,223). Sum of RGB (Red+Green+Blue) = 162+0+223=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #A200DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A200DF is #5DFF20. Grayscale: #494949. Windows color (decimal): -6160161 or 14614690. OLE color: 14614690.

HSL color Cylindrical-coordinate representation of color #A200DF: hue angle of 283.59º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200DF is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 0 223 -
CMYK 0.27 1 0 0.13
HSL 283.59º 1% 0.44% -
HSV(B) 283.59º 1% 0.87% -
XYZ 28.22 13.01 70.84 -
YUV 73.86 212.17 190.87 -
System Red Green Blue C M Y K H S L
Decimal 162 0 223 0.27 1 0 0.13 283.59 1 0.44
Hex A2 0 DF 1B 64 0 D 11C 64 2C
Octal 242 0 337 33 144 0 15 434 144 54
Binary 10100010 0 11011111 11011 1100100 0 1101 100011100 1100100 101100

Color Harmonies of #A200DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A200DF

Black with #A200DF

Text Example


Text Example

White with #A200DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A200DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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