Html Css Color HEX #A409DA Dark Violet

📋 copy color: '#A409DA'

red 164 ◦ green 9 ◦ blue 218

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

Shades of Dark Violet #A409DA

Tints of Dark Violet #A409DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.75%

R = 41.94%
G = 2.3%
B = 55.75%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A409DA (or 0xA409DA) is known color: Dark Violet. HEX triplet: A4, 09 and DA. RGB value is (164,9,218). Sum of RGB (Red+Green+Blue) = 164+9+218=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #A409DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A409DA is #5BF625. Grayscale: #4E4E4E. Windows color (decimal): -6026790 or 14289316. OLE color: 14289316.

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

Color convert

RGB 164 9 218 -
CMYK 0.25 0.96 0 0.15
HSL 284.5º 0.92% 0.45% -
HSV(B) 284.5º 0.96% 0.85% -
XYZ 28.06 13.15 67.39 -
YUV 79.17 206.35 188.51 -
System Red Green Blue C M Y K H S L
Decimal 164 9 218 0.25 0.96 0 0.15 284.5 0.92 0.45
Hex A4 9 DA 19 60 0 F 11C 5C 2D
Octal 244 11 332 31 140 0 17 434 134 55
Binary 10100100 1001 11011010 11001 1100000 0 1111 100011100 1011100 101101

Color Harmonies of #A409DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A409DA

Black with #A409DA

Text Example


Text Example

White with #A409DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A409DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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