Html Css Color HEX #A415BF Dark Violet

📋 copy color: '#A415BF'

red 164 ◦ green 21 ◦ blue 191

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

Shades of Dark Violet #A415BF

Tints of Dark Violet #A415BF

RGB

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

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

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

R = 43.62%
G = 5.59%
B = 50.8%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A415BF (or 0xA415BF) is known color: Dark Violet. HEX triplet: A4, 15 and BF. RGB value is (164,21,191). Sum of RGB (Red+Green+Blue) = 164+21+191=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #A415BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A415BF is #5BEA40. Grayscale: #525252. Windows color (decimal): -6023745 or 12522916. OLE color: 12522916.

HSL color Cylindrical-coordinate representation of color #A415BF: hue angle of 290.47º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A415BF is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 21 191 -
CMYK 0.14 0.89 0 0.25
HSL 290.47º 0.8% 0.42% -
HSV(B) 290.47º 0.89% 0.75% -
XYZ 24.98 12.19 50.33 -
YUV 83.14 188.88 185.68 -
System Red Green Blue C M Y K H S L
Decimal 164 21 191 0.14 0.89 0 0.25 290.47 0.8 0.42
Hex A4 15 BF E 59 0 19 122 50 2A
Octal 244 25 277 16 131 0 31 442 120 52
Binary 10100100 10101 10111111 1110 1011001 0 11001 100100010 1010000 101010

Color Harmonies of #A415BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A415BF

Black with #A415BF

Text Example


Text Example

White with #A415BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A415BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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