Html Css Color HEX #A710DB Dark Violet

📋 copy color: '#A710DB'

red 167 ◦ green 16 ◦ blue 219

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

Shades of Dark Violet #A710DB

Tints of Dark Violet #A710DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.48%

R = 41.54%
G = 3.98%
B = 54.48%

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

#A710DB (or 0xA710DB) is known color: Dark Violet. HEX triplet: A7, 10 and DB. RGB value is (167,16,219). Sum of RGB (Red+Green+Blue) = 167+16+219=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 16 (6.64% from 255 or 3.98% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #A710DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A710DB is #58EF24. Grayscale: #535353. Windows color (decimal): -5828389 or 14356647. OLE color: 14356647.

HSL color Cylindrical-coordinate representation of color #A710DB: hue angle of 284.63º 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 #A710DB is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 16 219 -
CMYK 0.24 0.93 0 0.14
HSL 284.63º 0.86% 0.46% -
HSV(B) 284.63º 0.93% 0.86% -
XYZ 28.91 13.7 68.14 -
YUV 84.29 204.03 186.99 -
System Red Green Blue C M Y K H S L
Decimal 167 16 219 0.24 0.93 0 0.14 284.63 0.86 0.46
Hex A7 10 DB 18 5D 0 E 11D 56 2E
Octal 247 20 333 30 135 0 16 435 126 56
Binary 10100111 10000 11011011 11000 1011101 0 1110 100011101 1010110 101110

Color Harmonies of #A710DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A710DB

Black with #A710DB

Text Example


Text Example

White with #A710DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A710DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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