Html Css Color HEX #A615DA Dark Violet

📋 copy color: '#A615DA'

red 166 ◦ green 21 ◦ blue 218

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

Shades of Dark Violet #A615DA

Tints of Dark Violet #A615DA

RGB

 RED value IS 166 (65.23% from 255) = 40.99%

 GREEN value IS 21 (8.59% from 255) = 5.19%

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

R = 40.99%
G = 5.19%
B = 53.83%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A615DA (or 0xA615DA) is known color: Dark Violet. HEX triplet: A6, 15 and DA. RGB value is (166,21,218). Sum of RGB (Red+Green+Blue) = 166+21+218=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 21 (8.59% from 255 or 5.19% 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 #A615DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A615DA is #59EA25. Grayscale: #565656. Windows color (decimal): -5892646 or 14292390. OLE color: 14292390.

HSL color Cylindrical-coordinate representation of color #A615DA: hue angle of 284.16º 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 #A615DA is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 21 218 -
CMYK 0.24 0.90 0 0.15
HSL 284.16º 0.82% 0.47% -
HSV(B) 284.16º 0.9% 0.85% -
XYZ 28.65 13.71 67.47 -
YUV 86.81 202.04 184.48 -
System Red Green Blue C M Y K H S L
Decimal 166 21 218 0.24 0.90 0 0.15 284.16 0.82 0.47
Hex A6 15 DA 18 5A 0 F 11C 52 2F
Octal 246 25 332 30 132 0 17 434 122 57
Binary 10100110 10101 11011010 11000 1011010 0 1111 100011100 1010010 101111

Color Harmonies of #A615DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A615DA

Black with #A615DA

Text Example


Text Example

White with #A615DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A615DA; }

 p { color: rgb(166,21,218); }

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

background-color css

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

 a { background-color: rgb(166,21,218); }

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

border-color css

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

 span { border-color: rgb(166,21,218); }

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