Html Css Color HEX #A200CD Dark Violet

📋 copy color: '#A200CD'

red 162 ◦ green 0 ◦ blue 205

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

Shades of Dark Violet #A200CD

Tints of Dark Violet #A200CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.86%

R = 44.14%
G = 0%
B = 55.86%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A200CD (or 0xA200CD) is known color: Dark Violet. HEX triplet: A2, 00 and CD. RGB value is (162,0,205). Sum of RGB (Red+Green+Blue) = 162+0+205=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #A200CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A200CD is #5DFF32. Grayscale: #474747. Windows color (decimal): -6160179 or 13435042. OLE color: 13435042.

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

Color convert

RGB 162 0 205 -
CMYK 0.21 1 0 0.20
HSL 287.41º 1% 0.4% -
HSV(B) 287.41º 1% 0.8% -
XYZ 25.92 12.09 58.72 -
YUV 71.81 203.17 192.33 -
System Red Green Blue C M Y K H S L
Decimal 162 0 205 0.21 1 0 0.20 287.41 1 0.4
Hex A2 0 CD 15 64 0 14 11F 64 28
Octal 242 0 315 25 144 0 24 437 144 50
Binary 10100010 0 11001101 10101 1100100 0 10100 100011111 1100100 101000

Color Harmonies of #A200CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A200CD

Black with #A200CD

Text Example


Text Example

White with #A200CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A200CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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