Html Css Color HEX #A200BE Dark Violet

📋 copy color: '#A200BE'

red 162 ◦ green 0 ◦ blue 190

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

Shades of Dark Violet #A200BE

Tints of Dark Violet #A200BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.98%

R = 46.02%
G = 0%
B = 53.98%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A200BE (or 0xA200BE) is known color: Dark Violet. HEX triplet: A2, 00 and BE. RGB value is (162,0,190). Sum of RGB (Red+Green+Blue) = 162+0+190=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #A200BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A200BE is #5DFF41. Grayscale: #454545. Windows color (decimal): -6160194 or 12452002. OLE color: 12452002.

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

Color convert

RGB 162 0 190 -
CMYK 0.15 1 0 0.25
HSL 291.16º 1% 0.37% -
HSV(B) 291.16º 1% 0.75% -
XYZ 24.19 11.4 49.64 -
YUV 70.1 195.67 193.55 -
System Red Green Blue C M Y K H S L
Decimal 162 0 190 0.15 1 0 0.25 291.16 1 0.37
Hex A2 0 BE F 64 0 19 123 64 25
Octal 242 0 276 17 144 0 31 443 144 45
Binary 10100010 0 10111110 1111 1100100 0 11001 100100011 1100100 100101

Color Harmonies of #A200BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A200BE

Black with #A200BE

Text Example


Text Example

White with #A200BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A200BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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