Html Css Color HEX #A401C1 Dark Violet

📋 copy color: '#A401C1'

red 164 ◦ green 1 ◦ blue 193

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

Shades of Dark Violet #A401C1

Tints of Dark Violet #A401C1

RGB

 RED value IS 164 (64.45% from 255) = 45.81%

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

 BLUE value IS 193 (75.78% from 255) = 53.91%

R = 45.81%
G = 0.28%
B = 53.91%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A401C1 (or 0xA401C1) is known color: Dark Violet. HEX triplet: A4, 01 and C1. RGB value is (164,1,193). Sum of RGB (Red+Green+Blue) = 164+1+193=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 193 (75.78% from 255 or 53.91% from 358); Max value from RGB is 193 - color contains mainly: blue. Hex color #A401C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A401C1 is #5BFE3E. Grayscale: #474747. Windows color (decimal): -6028863 or 12648868. OLE color: 12648868.

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

Color convert

RGB 164 1 193 -
CMYK 0.15 0.99 0 0.24
HSL 290.94º 0.99% 0.38% -
HSV(B) 290.94º 0.99% 0.76% -
XYZ 24.95 11.76 51.41 -
YUV 71.63 196.5 193.89 -
System Red Green Blue C M Y K H S L
Decimal 164 1 193 0.15 0.99 0 0.24 290.94 0.99 0.38
Hex A4 1 C1 F 63 0 18 123 63 26
Octal 244 1 301 17 143 0 30 443 143 46
Binary 10100100 1 11000001 1111 1100011 0 11000 100100011 1100011 100110

Color Harmonies of #A401C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A401C1

Black with #A401C1

Text Example


Text Example

White with #A401C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A401C1; }

 p { color: rgb(164,1,193); }

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

background-color css

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

 a { background-color: rgb(164,1,193); }

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

border-color css

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

 span { border-color: rgb(164,1,193); }

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