Html Css Color HEX #A201DD Dark Violet

📋 copy color: '#A201DD'

red 162 ◦ green 1 ◦ blue 221

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

Shades of Dark Violet #A201DD

Tints of Dark Violet #A201DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.55%

R = 42.19%
G = 0.26%
B = 57.55%

CMYK

 C value IS 0.27

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A201DD (or 0xA201DD) is known color: Dark Violet. HEX triplet: A2, 01 and DD. RGB value is (162,1,221). Sum of RGB (Red+Green+Blue) = 162+1+221=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #A201DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A201DD is #5DFE22. Grayscale: #494949. Windows color (decimal): -6159907 or 14483874. OLE color: 14483874.

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

Color convert

RGB 162 1 221 -
CMYK 0.27 1.00 0 0.13
HSL 283.91º 0.99% 0.44% -
HSV(B) 283.91º 1% 0.87% -
XYZ 27.96 12.92 69.43 -
YUV 74.22 210.84 190.61 -
System Red Green Blue C M Y K H S L
Decimal 162 1 221 0.27 1.00 0 0.13 283.91 0.99 0.44
Hex A2 1 DD 1B 64 0 D 11C 63 2C
Octal 242 1 335 33 144 0 15 434 143 54
Binary 10100010 1 11011101 11011 1100100 0 1101 100011100 1100011 101100

Color Harmonies of #A201DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A201DD

Black with #A201DD

Text Example


Text Example

White with #A201DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A201DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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