Html Css Color HEX #A200BC Dark Violet

📋 copy color: '#A200BC'

red 162 ◦ green 0 ◦ blue 188

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

Shades of Dark Violet #A200BC

Tints of Dark Violet #A200BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.71%

R = 46.29%
G = 0%
B = 53.71%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A200BC (or 0xA200BC) is known color: Dark Violet. HEX triplet: A2, 00 and BC. RGB value is (162,0,188). Sum of RGB (Red+Green+Blue) = 162+0+188=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #A200BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A200BC is #5DFF43. Grayscale: #454545. Windows color (decimal): -6160196 or 12320930. OLE color: 12320930.

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

Color convert

RGB 162 0 188 -
CMYK 0.14 1 0 0.26
HSL 291.7º 1% 0.37% -
HSV(B) 291.7º 1% 0.74% -
XYZ 23.98 11.31 48.5 -
YUV 69.87 194.67 193.71 -
System Red Green Blue C M Y K H S L
Decimal 162 0 188 0.14 1 0 0.26 291.7 1 0.37
Hex A2 0 BC E 64 0 1A 124 64 25
Octal 242 0 274 16 144 0 32 444 144 45
Binary 10100010 0 10111100 1110 1100100 0 11010 100100100 1100100 100101

Color Harmonies of #A200BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A200BC

Black with #A200BC

Text Example


Text Example

White with #A200BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A200BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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