Html Css Color HEX #A715C9 Dark Violet

📋 copy color: '#A715C9'

red 167 ◦ green 21 ◦ blue 201

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

Shades of Dark Violet #A715C9

Tints of Dark Violet #A715C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.67%

R = 42.93%
G = 5.4%
B = 51.67%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A715C9 (or 0xA715C9) is known color: Dark Violet. HEX triplet: A7, 15 and C9. RGB value is (167,21,201). Sum of RGB (Red+Green+Blue) = 167+21+201=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 201 (78.91% from 255 or 51.67% from 389); Max value from RGB is 201 - color contains mainly: blue. Hex color #A715C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A715C9 is #58EA36. Grayscale: #545454. Windows color (decimal): -5827127 or 13178279. OLE color: 13178279.

HSL color Cylindrical-coordinate representation of color #A715C9: hue angle of 288.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A715C9 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 21 201 -
CMYK 0.17 0.90 0 0.21
HSL 288.67º 0.81% 0.44% -
HSV(B) 288.67º 0.9% 0.79% -
XYZ 26.75 12.97 56.35 -
YUV 85.17 193.37 186.36 -
System Red Green Blue C M Y K H S L
Decimal 167 21 201 0.17 0.90 0 0.21 288.67 0.81 0.44
Hex A7 15 C9 11 5A 0 15 121 51 2C
Octal 247 25 311 21 132 0 25 441 121 54
Binary 10100111 10101 11001001 10001 1011010 0 10101 100100001 1010001 101100

Color Harmonies of #A715C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A715C9

Black with #A715C9

Text Example


Text Example

White with #A715C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A715C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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