Html Css Color HEX #A401C3 Dark Violet

📋 copy color: '#A401C3'

red 164 ◦ green 1 ◦ blue 195

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

Shades of Dark Violet #A401C3

Tints of Dark Violet #A401C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 54.17%

R = 45.56%
G = 0.28%
B = 54.17%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A401C3 (or 0xA401C3) is known color: Dark Violet. HEX triplet: A4, 01 and C3. RGB value is (164,1,195). Sum of RGB (Red+Green+Blue) = 164+1+195=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 195 (76.56% from 255 or 54.17% from 360); Max value from RGB is 195 - color contains mainly: blue. Hex color #A401C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A401C3 is #5BFE3C. Grayscale: #474747. Windows color (decimal): -6028861 or 12779940. OLE color: 12779940.

HSL color Cylindrical-coordinate representation of color #A401C3: hue angle of 290.41º 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 #A401C3 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 1 195 -
CMYK 0.16 0.99 0 0.24
HSL 290.41º 0.99% 0.38% -
HSV(B) 290.41º 0.99% 0.76% -
XYZ 25.17 11.85 52.59 -
YUV 71.85 197.5 193.73 -
System Red Green Blue C M Y K H S L
Decimal 164 1 195 0.16 0.99 0 0.24 290.41 0.99 0.38
Hex A4 1 C3 10 63 0 18 122 63 26
Octal 244 1 303 20 143 0 30 442 143 46
Binary 10100100 1 11000011 10000 1100011 0 11000 100100010 1100011 100110

Color Harmonies of #A401C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A401C3

Black with #A401C3

Text Example


Text Example

White with #A401C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A401C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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