Html Css Color HEX #A201C6 Dark Violet

📋 copy color: '#A201C6'

red 162 ◦ green 1 ◦ blue 198

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

Shades of Dark Violet #A201C6

Tints of Dark Violet #A201C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 54.85%

R = 44.88%
G = 0.28%
B = 54.85%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A201C6 (or 0xA201C6) is known color: Dark Violet. HEX triplet: A2, 01 and C6. RGB value is (162,1,198). Sum of RGB (Red+Green+Blue) = 162+1+198=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 198 (77.73% from 255 or 54.85% from 361); Max value from RGB is 198 - color contains mainly: blue. Hex color #A201C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A201C6 is #5DFE39. Grayscale: #464646. Windows color (decimal): -6159930 or 12976546. OLE color: 12976546.

HSL color Cylindrical-coordinate representation of color #A201C6: hue angle of 289.04º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A201C6 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 1 198 -
CMYK 0.18 0.99 0 0.22
HSL 289.04º 0.99% 0.39% -
HSV(B) 289.04º 0.99% 0.78% -
XYZ 25.1 11.78 54.38 -
YUV 71.6 199.34 192.48 -
System Red Green Blue C M Y K H S L
Decimal 162 1 198 0.18 0.99 0 0.22 289.04 0.99 0.39
Hex A2 1 C6 12 63 0 16 121 63 27
Octal 242 1 306 22 143 0 26 441 143 47
Binary 10100010 1 11000110 10010 1100011 0 10110 100100001 1100011 100111

Color Harmonies of #A201C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A201C6

Black with #A201C6

Text Example


Text Example

White with #A201C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A201C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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