Html Css Color HEX #A201D6 Dark Violet

📋 copy color: '#A201D6'

red 162 ◦ green 1 ◦ blue 214

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

Shades of Dark Violet #A201D6

Tints of Dark Violet #A201D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 56.76%

R = 42.97%
G = 0.27%
B = 56.76%

CMYK

 C value IS 0.24

 M value IS 1.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A201D6 (or 0xA201D6) is known color: Dark Violet. HEX triplet: A2, 01 and D6. RGB value is (162,1,214). Sum of RGB (Red+Green+Blue) = 162+1+214=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 214 (83.98% from 255 or 56.76% from 377); Max value from RGB is 214 - color contains mainly: blue. Hex color #A201D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A201D6 is #5DFE29. Grayscale: #484848. Windows color (decimal): -6159914 or 14025122. OLE color: 14025122.

HSL color Cylindrical-coordinate representation of color #A201D6: hue angle of 285.35º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A201D6 is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 1 214 -
CMYK 0.24 1.00 0 0.16
HSL 285.35º 0.99% 0.42% -
HSV(B) 285.35º 1% 0.84% -
XYZ 27.05 12.56 64.62 -
YUV 73.42 207.34 191.18 -
System Red Green Blue C M Y K H S L
Decimal 162 1 214 0.24 1.00 0 0.16 285.35 0.99 0.42
Hex A2 1 D6 18 64 0 10 11D 63 2A
Octal 242 1 326 30 144 0 20 435 143 52
Binary 10100010 1 11010110 11000 1100100 0 10000 100011101 1100011 101010

Color Harmonies of #A201D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A201D6

Black with #A201D6

Text Example


Text Example

White with #A201D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A201D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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