Html Css Color HEX #A615BF Dark Violet

📋 copy color: '#A615BF'

red 166 ◦ green 21 ◦ blue 191

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

Shades of Dark Violet #A615BF

Tints of Dark Violet #A615BF

RGB

 RED value IS 166 (65.23% from 255) = 43.92%

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

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

R = 43.92%
G = 5.56%
B = 50.53%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A615BF (or 0xA615BF) is known color: Dark Violet. HEX triplet: A6, 15 and BF. RGB value is (166,21,191). Sum of RGB (Red+Green+Blue) = 166+21+191=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #A615BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A615BF is #59EA40. Grayscale: #535353. Windows color (decimal): -5892673 or 12522918. OLE color: 12522918.

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

Color convert

RGB 166 21 191 -
CMYK 0.13 0.89 0 0.25
HSL 291.18º 0.8% 0.42% -
HSV(B) 291.18º 0.89% 0.75% -
XYZ 25.4 12.4 50.35 -
YUV 83.74 188.54 186.68 -
System Red Green Blue C M Y K H S L
Decimal 166 21 191 0.13 0.89 0 0.25 291.18 0.8 0.42
Hex A6 15 BF D 59 0 19 123 50 2A
Octal 246 25 277 15 131 0 31 443 120 52
Binary 10100110 10101 10111111 1101 1011001 0 11001 100100011 1010000 101010

Color Harmonies of #A615BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A615BF

Black with #A615BF

Text Example


Text Example

White with #A615BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A615BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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