Html Css Color HEX #A601C0 Dark Violet

📋 copy color: '#A601C0'

red 166 ◦ green 1 ◦ blue 192

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

Shades of Dark Violet #A601C0

Tints of Dark Violet #A601C0

RGB

 RED value IS 166 (65.23% from 255) = 46.24%

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

 BLUE value IS 192 (75.39% from 255) = 53.48%

R = 46.24%
G = 0.28%
B = 53.48%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A601C0 (or 0xA601C0) is known color: Dark Violet. HEX triplet: A6, 01 and C0. RGB value is (166,1,192). Sum of RGB (Red+Green+Blue) = 166+1+192=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 192 (75.39% from 255 or 53.48% from 359); Max value from RGB is 192 - color contains mainly: blue. Hex color #A601C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A601C0 is #59FE3F. Grayscale: #474747. Windows color (decimal): -5897792 or 12583334. OLE color: 12583334.

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

Color convert

RGB 166 1 192 -
CMYK 0.14 0.99 0 0.25
HSL 291.83º 0.99% 0.38% -
HSV(B) 291.83º 0.99% 0.75% -
XYZ 25.25 11.93 50.84 -
YUV 72.11 195.66 194.97 -
System Red Green Blue C M Y K H S L
Decimal 166 1 192 0.14 0.99 0 0.25 291.83 0.99 0.38
Hex A6 1 C0 E 63 0 19 124 63 26
Octal 246 1 300 16 143 0 31 444 143 46
Binary 10100110 1 11000000 1110 1100011 0 11001 100100100 1100011 100110

Color Harmonies of #A601C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A601C0

Black with #A601C0

Text Example


Text Example

White with #A601C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A601C0; }

 p { color: rgb(166,1,192); }

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

background-color css

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

 a { background-color: rgb(166,1,192); }

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

border-color css

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

 span { border-color: rgb(166,1,192); }

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