Html Css Color HEX #A710BF Dark Violet

📋 copy color: '#A710BF'

red 167 ◦ green 16 ◦ blue 191

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

Shades of Dark Violet #A710BF

Tints of Dark Violet #A710BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.07%

R = 44.65%
G = 4.28%
B = 51.07%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A710BF (or 0xA710BF) is known color: Dark Violet. HEX triplet: A7, 10 and BF. RGB value is (167,16,191). Sum of RGB (Red+Green+Blue) = 167+16+191=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #A710BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A710BF is #58EF40. Grayscale: #505050. Windows color (decimal): -5828417 or 12521639. OLE color: 12521639.

HSL color Cylindrical-coordinate representation of color #A710BF: hue angle of 291.77º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A710BF is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 16 191 -
CMYK 0.13 0.92 0 0.25
HSL 291.77º 0.85% 0.41% -
HSV(B) 291.77º 0.92% 0.75% -
XYZ 25.53 12.35 50.33 -
YUV 81.1 190.03 189.27 -
System Red Green Blue C M Y K H S L
Decimal 167 16 191 0.13 0.92 0 0.25 291.77 0.85 0.41
Hex A7 10 BF D 5C 0 19 124 55 29
Octal 247 20 277 15 134 0 31 444 125 51
Binary 10100111 10000 10111111 1101 1011100 0 11001 100100100 1010101 101001

Color Harmonies of #A710BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A710BF

Black with #A710BF

Text Example


Text Example

White with #A710BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A710BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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