Html Css Color HEX #A418DC Dark Violet

📋 copy color: '#A418DC'

red 164 ◦ green 24 ◦ blue 220

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

Shades of Dark Violet #A418DC

Tints of Dark Violet #A418DC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.88%

 BLUE value IS 220 (86.33% from 255) = 53.92%

R = 40.2%
G = 5.88%
B = 53.92%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A418DC (or 0xA418DC) is known color: Dark Violet. HEX triplet: A4, 18 and DC. RGB value is (164,24,220). Sum of RGB (Red+Green+Blue) = 164+24+220=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #A418DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A418DC is #5BE723. Grayscale: #575757. Windows color (decimal): -6022948 or 14424228. OLE color: 14424228.

HSL color Cylindrical-coordinate representation of color #A418DC: hue angle of 282.86º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A418DC is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 24 220 -
CMYK 0.25 0.89 0 0.14
HSL 282.86º 0.8% 0.48% -
HSV(B) 282.86º 0.89% 0.86% -
XYZ 28.55 13.71 68.85 -
YUV 88.2 202.38 182.06 -
System Red Green Blue C M Y K H S L
Decimal 164 24 220 0.25 0.89 0 0.14 282.86 0.8 0.48
Hex A4 18 DC 19 59 0 E 11B 50 30
Octal 244 30 334 31 131 0 16 433 120 60
Binary 10100100 11000 11011100 11001 1011001 0 1110 100011011 1010000 110000

Color Harmonies of #A418DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A418DC

Black with #A418DC

Text Example


Text Example

White with #A418DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A418DC; }

 p { color: rgb(164,24,220); }

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

background-color css

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

 a { background-color: rgb(164,24,220); }

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

border-color css

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

 span { border-color: rgb(164,24,220); }

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