Html Css Color HEX #A813D9 Dark Violet

📋 copy color: '#A813D9'

red 168 ◦ green 19 ◦ blue 217

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

Shades of Dark Violet #A813D9

Tints of Dark Violet #A813D9

RGB

 RED value IS 168 (66.02% from 255) = 41.58%

 GREEN value IS 19 (7.81% from 255) = 4.7%

 BLUE value IS 217 (85.16% from 255) = 53.71%

R = 41.58%
G = 4.7%
B = 53.71%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A813D9 (or 0xA813D9) is known color: Dark Violet. HEX triplet: A8, 13 and D9. RGB value is (168,19,217). Sum of RGB (Red+Green+Blue) = 168+19+217=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 217 (85.16% from 255 or 53.71% from 404); Max value from RGB is 217 - color contains mainly: blue. Hex color #A813D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A813D9 is #57EC26. Grayscale: #555555. Windows color (decimal): -5762087 or 14226344. OLE color: 14226344.

HSL color Cylindrical-coordinate representation of color #A813D9: hue angle of 285.15º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A813D9 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 19 217 -
CMYK 0.23 0.91 0 0.15
HSL 285.15º 0.84% 0.46% -
HSV(B) 285.15º 0.91% 0.85% -
XYZ 28.91 13.8 66.79 -
YUV 86.12 201.86 186.4 -
System Red Green Blue C M Y K H S L
Decimal 168 19 217 0.23 0.91 0 0.15 285.15 0.84 0.46
Hex A8 13 D9 17 5B 0 F 11D 54 2E
Octal 250 23 331 27 133 0 17 435 124 56
Binary 10101000 10011 11011001 10111 1011011 0 1111 100011101 1010100 101110

Color Harmonies of #A813D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A813D9

Black with #A813D9

Text Example


Text Example

White with #A813D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A813D9; }

 p { color: rgb(168,19,217); }

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

background-color css

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

 a { background-color: rgb(168,19,217); }

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

border-color css

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

 span { border-color: rgb(168,19,217); }

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