Html Css Color HEX #A710DD Dark Violet

📋 copy color: '#A710DD'

red 167 ◦ green 16 ◦ blue 221

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

Shades of Dark Violet #A710DD

Tints of Dark Violet #A710DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.7%

R = 41.34%
G = 3.96%
B = 54.7%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A710DD (or 0xA710DD) is known color: Dark Violet. HEX triplet: A7, 10 and DD. RGB value is (167,16,221). Sum of RGB (Red+Green+Blue) = 167+16+221=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #A710DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A710DD is #58EF22. Grayscale: #535353. Windows color (decimal): -5828387 or 14487719. OLE color: 14487719.

HSL color Cylindrical-coordinate representation of color #A710DD: hue angle of 284.2º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A710DD is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 16 221 -
CMYK 0.24 0.93 0 0.13
HSL 284.2º 0.86% 0.46% -
HSV(B) 284.2º 0.93% 0.87% -
XYZ 29.17 13.81 69.53 -
YUV 84.52 205.03 186.83 -
System Red Green Blue C M Y K H S L
Decimal 167 16 221 0.24 0.93 0 0.13 284.2 0.86 0.46
Hex A7 10 DD 18 5D 0 D 11C 56 2E
Octal 247 20 335 30 135 0 15 434 126 56
Binary 10100111 10000 11011101 11000 1011101 0 1101 100011100 1010110 101110

Color Harmonies of #A710DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A710DD

Black with #A710DD

Text Example


Text Example

White with #A710DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A710DD; }

 p { color: rgb(167,16,221); }

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

background-color css

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

 a { background-color: rgb(167,16,221); }

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

border-color css

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

 span { border-color: rgb(167,16,221); }

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