Html Css Color HEX #A910D8 Dark Violet

📋 copy color: '#A910D8'

red 169 ◦ green 16 ◦ blue 216

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

Shades of Dark Violet #A910D8

Tints of Dark Violet #A910D8

RGB

 RED value IS 169 (66.41% from 255) = 42.14%

 GREEN value IS 16 (6.64% from 255) = 3.99%

 BLUE value IS 216 (84.77% from 255) = 53.87%

R = 42.14%
G = 3.99%
B = 53.87%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A910D8 (or 0xA910D8) is known color: Dark Violet. HEX triplet: A9, 10 and D8. RGB value is (169,16,216). Sum of RGB (Red+Green+Blue) = 169+16+216=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 216 (84.77% from 255 or 53.87% from 401); Max value from RGB is 216 - color contains mainly: blue. Hex color #A910D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A910D8 is #56EF27. Grayscale: #535353. Windows color (decimal): -5697320 or 14160041. OLE color: 14160041.

HSL color Cylindrical-coordinate representation of color #A910D8: hue angle of 285.9º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A910D8 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 16 216 -
CMYK 0.22 0.93 0 0.15
HSL 285.9º 0.86% 0.45% -
HSV(B) 285.9º 0.93% 0.85% -
XYZ 28.94 13.76 66.1 -
YUV 84.55 202.19 188.24 -
System Red Green Blue C M Y K H S L
Decimal 169 16 216 0.22 0.93 0 0.15 285.9 0.86 0.45
Hex A9 10 D8 16 5D 0 F 11E 56 2D
Octal 251 20 330 26 135 0 17 436 126 55
Binary 10101001 10000 11011000 10110 1011101 0 1111 100011110 1010110 101101

Color Harmonies of #A910D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A910D8

Black with #A910D8

Text Example


Text Example

White with #A910D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A910D8; }

 p { color: rgb(169,16,216); }

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

background-color css

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

 a { background-color: rgb(169,16,216); }

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

border-color css

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

 span { border-color: rgb(169,16,216); }

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