Html Css Color HEX #A710DC Dark Violet

📋 copy color: '#A710DC'

red 167 ◦ green 16 ◦ blue 220

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

Shades of Dark Violet #A710DC

Tints of Dark Violet #A710DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.59%

R = 41.44%
G = 3.97%
B = 54.59%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A710DC (or 0xA710DC) is known color: Dark Violet. HEX triplet: A7, 10 and DC. RGB value is (167,16,220). Sum of RGB (Red+Green+Blue) = 167+16+220=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #A710DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A710DC is #58EF23. Grayscale: #535353. Windows color (decimal): -5828388 or 14422183. OLE color: 14422183.

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

Color convert

RGB 167 16 220 -
CMYK 0.24 0.93 0 0.14
HSL 284.41º 0.86% 0.46% -
HSV(B) 284.41º 0.93% 0.86% -
XYZ 29.04 13.75 68.83 -
YUV 84.41 204.53 186.91 -
System Red Green Blue C M Y K H S L
Decimal 167 16 220 0.24 0.93 0 0.14 284.41 0.86 0.46
Hex A7 10 DC 18 5D 0 E 11C 56 2E
Octal 247 20 334 30 135 0 16 434 126 56
Binary 10100111 10000 11011100 11000 1011101 0 1110 100011100 1010110 101110

Color Harmonies of #A710DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A710DC

Black with #A710DC

Text Example


Text Example

White with #A710DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A710DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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