Html Css Color HEX #A201BB Dark Violet

📋 copy color: '#A201BB'

red 162 ◦ green 1 ◦ blue 187

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

Shades of Dark Violet #A201BB

Tints of Dark Violet #A201BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.43%

R = 46.29%
G = 0.29%
B = 53.43%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A201BB (or 0xA201BB) is known color: Dark Violet. HEX triplet: A2, 01 and BB. RGB value is (162,1,187). Sum of RGB (Red+Green+Blue) = 162+1+187=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #A201BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A201BB is #5DFE44. Grayscale: #454545. Windows color (decimal): -6159941 or 12255650. OLE color: 12255650.

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

Color convert

RGB 162 1 187 -
CMYK 0.13 0.99 0 0.27
HSL 291.94º 0.99% 0.37% -
HSV(B) 291.94º 0.99% 0.73% -
XYZ 23.88 11.29 47.93 -
YUV 70.34 193.84 193.38 -
System Red Green Blue C M Y K H S L
Decimal 162 1 187 0.13 0.99 0 0.27 291.94 0.99 0.37
Hex A2 1 BB D 63 0 1B 124 63 25
Octal 242 1 273 15 143 0 33 444 143 45
Binary 10100010 1 10111011 1101 1100011 0 11011 100100100 1100011 100101

Color Harmonies of #A201BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A201BB

Black with #A201BB

Text Example


Text Example

White with #A201BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A201BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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