Html Css Color HEX #A201BC Dark Violet

📋 copy color: '#A201BC'

red 162 ◦ green 1 ◦ blue 188

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

Shades of Dark Violet #A201BC

Tints of Dark Violet #A201BC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 46.15%
G = 0.28%
B = 53.56%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A201BC (or 0xA201BC) is known color: Dark Violet. HEX triplet: A2, 01 and BC. RGB value is (162,1,188). Sum of RGB (Red+Green+Blue) = 162+1+188=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #A201BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A201BC is #5DFE43. Grayscale: #454545. Windows color (decimal): -6159940 or 12321186. OLE color: 12321186.

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

Color convert

RGB 162 1 188 -
CMYK 0.14 0.99 0 0.26
HSL 291.66º 0.99% 0.37% -
HSV(B) 291.66º 0.99% 0.74% -
XYZ 23.99 11.33 48.5 -
YUV 70.46 194.34 193.29 -
System Red Green Blue C M Y K H S L
Decimal 162 1 188 0.14 0.99 0 0.26 291.66 0.99 0.37
Hex A2 1 BC E 63 0 1A 124 63 25
Octal 242 1 274 16 143 0 32 444 143 45
Binary 10100010 1 10111100 1110 1100011 0 11010 100100100 1100011 100101

Color Harmonies of #A201BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A201BC

Black with #A201BC

Text Example


Text Example

White with #A201BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A201BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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