Html Css Color HEX #A715BD Dark Violet

📋 copy color: '#A715BD'

red 167 ◦ green 21 ◦ blue 189

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

Shades of Dark Violet #A715BD

Tints of Dark Violet #A715BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.13%

R = 44.3%
G = 5.57%
B = 50.13%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A715BD (or 0xA715BD) is known color: Dark Violet. HEX triplet: A7, 15 and BD. RGB value is (167,21,189). Sum of RGB (Red+Green+Blue) = 167+21+189=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #A715BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A715BD is #58EA42. Grayscale: #535353. Windows color (decimal): -5827139 or 12391847. OLE color: 12391847.

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

Color convert

RGB 167 21 189 -
CMYK 0.12 0.89 0 0.26
HSL 292.14º 0.8% 0.41% -
HSV(B) 292.14º 0.89% 0.74% -
XYZ 25.39 12.43 49.2 -
YUV 83.81 187.37 187.34 -
System Red Green Blue C M Y K H S L
Decimal 167 21 189 0.12 0.89 0 0.26 292.14 0.8 0.41
Hex A7 15 BD C 59 0 1A 124 50 29
Octal 247 25 275 14 131 0 32 444 120 51
Binary 10100111 10101 10111101 1100 1011001 0 11010 100100100 1010000 101001

Color Harmonies of #A715BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A715BD

Black with #A715BD

Text Example


Text Example

White with #A715BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A715BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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