Html Css Color HEX #A409DC Dark Violet

📋 copy color: '#A409DC'

red 164 ◦ green 9 ◦ blue 220

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

Shades of Dark Violet #A409DC

Tints of Dark Violet #A409DC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.29%

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

R = 41.73%
G = 2.29%
B = 55.98%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A409DC (or 0xA409DC) is known color: Dark Violet. HEX triplet: A4, 09 and DC. RGB value is (164,9,220). Sum of RGB (Red+Green+Blue) = 164+9+220=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #A409DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A409DC is #5BF623. Grayscale: #4E4E4E. Windows color (decimal): -6026788 or 14420388. OLE color: 14420388.

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

Color convert

RGB 164 9 220 -
CMYK 0.25 0.96 0 0.14
HSL 284.08º 0.92% 0.45% -
HSV(B) 284.08º 0.96% 0.86% -
XYZ 28.33 13.26 68.78 -
YUV 79.4 207.35 188.34 -
System Red Green Blue C M Y K H S L
Decimal 164 9 220 0.25 0.96 0 0.14 284.08 0.92 0.45
Hex A4 9 DC 19 60 0 E 11C 5C 2D
Octal 244 11 334 31 140 0 16 434 134 55
Binary 10100100 1001 11011100 11001 1100000 0 1110 100011100 1011100 101101

Color Harmonies of #A409DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A409DC

Black with #A409DC

Text Example


Text Example

White with #A409DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A409DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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