Html Css Color HEX #A201DF Dark Violet

📋 copy color: '#A201DF'

red 162 ◦ green 1 ◦ blue 223

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

Shades of Dark Violet #A201DF

Tints of Dark Violet #A201DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.77%

R = 41.97%
G = 0.26%
B = 57.77%

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

#A201DF (or 0xA201DF) is known color: Dark Violet. HEX triplet: A2, 01 and DF. RGB value is (162,1,223). Sum of RGB (Red+Green+Blue) = 162+1+223=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #A201DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A201DF is #5DFE20. Grayscale: #494949. Windows color (decimal): -6159905 or 14614946. OLE color: 14614946.

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

Color convert

RGB 162 1 223 -
CMYK 0.27 1.00 0 0.13
HSL 283.51º 0.99% 0.44% -
HSV(B) 283.51º 1% 0.87% -
XYZ 28.23 13.03 70.84 -
YUV 74.45 211.84 190.45 -
System Red Green Blue C M Y K H S L
Decimal 162 1 223 0.27 1.00 0 0.13 283.51 0.99 0.44
Hex A2 1 DF 1B 64 0 D 11C 63 2C
Octal 242 1 337 33 144 0 15 434 143 54
Binary 10100010 1 11011111 11011 1100100 0 1101 100011100 1100011 101100

Color Harmonies of #A201DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A201DF

Black with #A201DF

Text Example


Text Example

White with #A201DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A201DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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