Html Css Color HEX #A715BA Dark Violet

📋 copy color: '#A715BA'

red 167 ◦ green 21 ◦ blue 186

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

Shades of Dark Violet #A715BA

Tints of Dark Violet #A715BA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.61%

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 44.65%
G = 5.61%
B = 49.73%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A715BA (or 0xA715BA) is known color: Dark Violet. HEX triplet: A7, 15 and BA. RGB value is (167,21,186). Sum of RGB (Red+Green+Blue) = 167+21+186=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #A715BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A715BA is #58EA45. Grayscale: #525252. Windows color (decimal): -5827142 or 12195239. OLE color: 12195239.

HSL color Cylindrical-coordinate representation of color #A715BA: hue angle of 293.09º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A715BA is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 21 186 -
CMYK 0.10 0.89 0 0.27
HSL 293.09º 0.8% 0.41% -
HSV(B) 293.09º 0.89% 0.73% -
XYZ 25.07 12.3 47.51 -
YUV 83.46 185.87 187.58 -
System Red Green Blue C M Y K H S L
Decimal 167 21 186 0.10 0.89 0 0.27 293.09 0.8 0.41
Hex A7 15 BA A 59 0 1B 125 50 29
Octal 247 25 272 12 131 0 33 445 120 51
Binary 10100111 10101 10111010 1010 1011001 0 11011 100100101 1010000 101001

Color Harmonies of #A715BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A715BA

Black with #A715BA

Text Example


Text Example

White with #A715BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A715BA; }

 p { color: rgb(167,21,186); }

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

background-color css

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

 a { background-color: rgb(167,21,186); }

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

border-color css

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

 span { border-color: rgb(167,21,186); }

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