Html Css Color HEX #A715DA Dark Violet

📋 copy color: '#A715DA'

red 167 ◦ green 21 ◦ blue 218

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

Shades of Dark Violet #A715DA

Tints of Dark Violet #A715DA

RGB

 RED value IS 167 (65.63% from 255) = 41.13%

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

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

R = 41.13%
G = 5.17%
B = 53.69%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A715DA (or 0xA715DA) is known color: Dark Violet. HEX triplet: A7, 15 and DA. RGB value is (167,21,218). Sum of RGB (Red+Green+Blue) = 167+21+218=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #A715DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A715DA is #58EA25. Grayscale: #565656. Windows color (decimal): -5827110 or 14292391. OLE color: 14292391.

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

Color convert

RGB 167 21 218 -
CMYK 0.23 0.90 0 0.15
HSL 284.47º 0.82% 0.47% -
HSV(B) 284.47º 0.9% 0.85% -
XYZ 28.86 13.81 67.47 -
YUV 87.11 201.87 184.98 -
System Red Green Blue C M Y K H S L
Decimal 167 21 218 0.23 0.90 0 0.15 284.47 0.82 0.47
Hex A7 15 DA 17 5A 0 F 11C 52 2F
Octal 247 25 332 27 132 0 17 434 122 57
Binary 10100111 10101 11011010 10111 1011010 0 1111 100011100 1010010 101111

Color Harmonies of #A715DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A715DA

Black with #A715DA

Text Example


Text Example

White with #A715DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A715DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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