Html Css Color HEX #A200BA Dark Violet

📋 copy color: '#A200BA'

red 162 ◦ green 0 ◦ blue 186

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

Shades of Dark Violet #A200BA

Tints of Dark Violet #A200BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.45%

R = 46.55%
G = 0%
B = 53.45%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A200BA (or 0xA200BA) is known color: Dark Violet. HEX triplet: A2, 00 and BA. RGB value is (162,0,186). Sum of RGB (Red+Green+Blue) = 162+0+186=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #A200BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A200BA is #5DFF45. Grayscale: #454545. Windows color (decimal): -6160198 or 12189858. OLE color: 12189858.

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

Color convert

RGB 162 0 186 -
CMYK 0.13 1 0 0.27
HSL 292.26º 1% 0.36% -
HSV(B) 292.26º 1% 0.73% -
XYZ 23.76 11.23 47.37 -
YUV 69.64 193.67 193.88 -
System Red Green Blue C M Y K H S L
Decimal 162 0 186 0.13 1 0 0.27 292.26 1 0.36
Hex A2 0 BA D 64 0 1B 124 64 24
Octal 242 0 272 15 144 0 33 444 144 44
Binary 10100010 0 10111010 1101 1100100 0 11011 100100100 1100100 100100

Color Harmonies of #A200BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A200BA

Black with #A200BA

Text Example


Text Example

White with #A200BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A200BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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