Html Css Color HEX #A416DA Dark Violet

📋 copy color: '#A416DA'

red 164 ◦ green 22 ◦ blue 218

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

Shades of Dark Violet #A416DA

Tints of Dark Violet #A416DA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.45%

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

R = 40.59%
G = 5.45%
B = 53.96%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A416DA (or 0xA416DA) is known color: Dark Violet. HEX triplet: A4, 16 and DA. RGB value is (164,22,218). Sum of RGB (Red+Green+Blue) = 164+22+218=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #A416DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A416DA is #5BE925. Grayscale: #565656. Windows color (decimal): -6023462 or 14292644. OLE color: 14292644.

HSL color Cylindrical-coordinate representation of color #A416DA: hue angle of 283.47º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A416DA is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 22 218 -
CMYK 0.25 0.90 0 0.15
HSL 283.47º 0.82% 0.47% -
HSV(B) 283.47º 0.9% 0.85% -
XYZ 28.25 13.53 67.45 -
YUV 86.8 202.04 183.06 -
System Red Green Blue C M Y K H S L
Decimal 164 22 218 0.25 0.90 0 0.15 283.47 0.82 0.47
Hex A4 16 DA 19 5A 0 F 11B 52 2F
Octal 244 26 332 31 132 0 17 433 122 57
Binary 10100100 10110 11011010 11001 1011010 0 1111 100011011 1010010 101111

Color Harmonies of #A416DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A416DA

Black with #A416DA

Text Example


Text Example

White with #A416DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A416DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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