Html Css Color HEX #A417DA Dark Violet

📋 copy color: '#A417DA'

red 164 ◦ green 23 ◦ blue 218

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

Shades of Dark Violet #A417DA

Tints of Dark Violet #A417DA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.68%

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

R = 40.49%
G = 5.68%
B = 53.83%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A417DA (or 0xA417DA) is known color: Dark Violet. HEX triplet: A4, 17 and DA. RGB value is (164,23,218). Sum of RGB (Red+Green+Blue) = 164+23+218=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #A417DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A417DA is #5BE825. Grayscale: #565656. Windows color (decimal): -6023206 or 14292900. OLE color: 14292900.

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

Color convert

RGB 164 23 218 -
CMYK 0.25 0.89 0 0.15
HSL 283.38º 0.81% 0.47% -
HSV(B) 283.38º 0.89% 0.85% -
XYZ 28.27 13.57 67.46 -
YUV 87.39 201.71 182.64 -
System Red Green Blue C M Y K H S L
Decimal 164 23 218 0.25 0.89 0 0.15 283.38 0.81 0.47
Hex A4 17 DA 19 59 0 F 11B 51 2F
Octal 244 27 332 31 131 0 17 433 121 57
Binary 10100100 10111 11011010 11001 1011001 0 1111 100011011 1010001 101111

Color Harmonies of #A417DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417DA

Black with #A417DA

Text Example


Text Example

White with #A417DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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