Html Css Color HEX #A415BD Dark Violet

📋 copy color: '#A415BD'

red 164 ◦ green 21 ◦ blue 189

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

Shades of Dark Violet #A415BD

Tints of Dark Violet #A415BD

RGB

 RED value IS 164 (64.45% from 255) = 43.85%

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

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

R = 43.85%
G = 5.61%
B = 50.53%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A415BD (or 0xA415BD) is known color: Dark Violet. HEX triplet: A4, 15 and BD. RGB value is (164,21,189). Sum of RGB (Red+Green+Blue) = 164+21+189=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #A415BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A415BD is #5BEA42. Grayscale: #525252. Windows color (decimal): -6023747 or 12391844. OLE color: 12391844.

HSL color Cylindrical-coordinate representation of color #A415BD: hue angle of 291.07º 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 #A415BD is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 21 189 -
CMYK 0.13 0.89 0 0.26
HSL 291.07º 0.8% 0.41% -
HSV(B) 291.07º 0.89% 0.74% -
XYZ 24.76 12.1 49.18 -
YUV 82.91 187.88 185.84 -
System Red Green Blue C M Y K H S L
Decimal 164 21 189 0.13 0.89 0 0.26 291.07 0.8 0.41
Hex A4 15 BD D 59 0 1A 123 50 29
Octal 244 25 275 15 131 0 32 443 120 51
Binary 10100100 10101 10111101 1101 1011001 0 11010 100100011 1010000 101001

Color Harmonies of #A415BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A415BD

Black with #A415BD

Text Example


Text Example

White with #A415BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A415BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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