Html Css Color HEX #A201BA Dark Violet

📋 copy color: '#A201BA'

red 162 ◦ green 1 ◦ blue 186

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

Shades of Dark Violet #A201BA

Tints of Dark Violet #A201BA

RGB

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

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

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

R = 46.42%
G = 0.29%
B = 53.3%

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

#A201BA (or 0xA201BA) is known color: Dark Violet. HEX triplet: A2, 01 and BA. RGB value is (162,1,186). Sum of RGB (Red+Green+Blue) = 162+1+186=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #A201BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A201BA is #5DFE45. Grayscale: #454545. Windows color (decimal): -6159942 or 12190114. OLE color: 12190114.

HSL color Cylindrical-coordinate representation of color #A201BA: hue angle of 292.22º 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 #A201BA is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 1 186 -
CMYK 0.13 0.99 0 0.27
HSL 292.22º 0.99% 0.37% -
HSV(B) 292.22º 0.99% 0.73% -
XYZ 23.77 11.25 47.37 -
YUV 70.23 193.34 193.46 -
System Red Green Blue C M Y K H S L
Decimal 162 1 186 0.13 0.99 0 0.27 292.22 0.99 0.37
Hex A2 1 BA D 63 0 1B 124 63 25
Octal 242 1 272 15 143 0 33 444 143 45
Binary 10100010 1 10111010 1101 1100011 0 11011 100100100 1100011 100101

Color Harmonies of #A201BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A201BA

Black with #A201BA

Text Example


Text Example

White with #A201BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A201BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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