Html Css Color HEX #A408C1 Dark Violet

📋 copy color: '#A408C1'

red 164 ◦ green 8 ◦ blue 193

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

Shades of Dark Violet #A408C1

Tints of Dark Violet #A408C1

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.19%

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

R = 44.93%
G = 2.19%
B = 52.88%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A408C1 (or 0xA408C1) is known color: Dark Violet. HEX triplet: A4, 08 and C1. RGB value is (164,8,193). Sum of RGB (Red+Green+Blue) = 164+8+193=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #A408C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A408C1 is #5BF73E. Grayscale: #4B4B4B. Windows color (decimal): -6027071 or 12650660. OLE color: 12650660.

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

Color convert

RGB 164 8 193 -
CMYK 0.15 0.96 0 0.24
HSL 290.59º 0.92% 0.39% -
HSV(B) 290.59º 0.96% 0.76% -
XYZ 25.02 11.92 51.43 -
YUV 75.73 194.18 190.96 -
System Red Green Blue C M Y K H S L
Decimal 164 8 193 0.15 0.96 0 0.24 290.59 0.92 0.39
Hex A4 8 C1 F 60 0 18 123 5C 27
Octal 244 10 301 17 140 0 30 443 134 47
Binary 10100100 1000 11000001 1111 1100000 0 11000 100100011 1011100 100111

Color Harmonies of #A408C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A408C1

Black with #A408C1

Text Example


Text Example

White with #A408C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A408C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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