Html Css Color HEX #A201BE Dark Violet

📋 copy color: '#A201BE'

red 162 ◦ green 1 ◦ blue 190

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

Shades of Dark Violet #A201BE

Tints of Dark Violet #A201BE

RGB

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

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

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

R = 45.89%
G = 0.28%
B = 53.82%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A201BE (or 0xA201BE) is known color: Dark Violet. HEX triplet: A2, 01 and BE. RGB value is (162,1,190). Sum of RGB (Red+Green+Blue) = 162+1+190=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #A201BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A201BE is #5DFE41. Grayscale: #464646. Windows color (decimal): -6159938 or 12452258. OLE color: 12452258.

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

Color convert

RGB 162 1 190 -
CMYK 0.15 0.99 0 0.25
HSL 291.11º 0.99% 0.37% -
HSV(B) 291.11º 0.99% 0.75% -
XYZ 24.21 11.42 49.64 -
YUV 70.69 195.34 193.13 -
System Red Green Blue C M Y K H S L
Decimal 162 1 190 0.15 0.99 0 0.25 291.11 0.99 0.37
Hex A2 1 BE F 63 0 19 123 63 25
Octal 242 1 276 17 143 0 31 443 143 45
Binary 10100010 1 10111110 1111 1100011 0 11001 100100011 1100011 100101

Color Harmonies of #A201BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A201BE

Black with #A201BE

Text Example


Text Example

White with #A201BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A201BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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