Html Css Color HEX #A515BE Dark Violet

📋 copy color: '#A515BE'

red 165 ◦ green 21 ◦ blue 190

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

Shades of Dark Violet #A515BE

Tints of Dark Violet #A515BE

RGB

 RED value IS 165 (64.84% from 255) = 43.88%

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

 BLUE value IS 190 (74.61% from 255) = 50.53%

R = 43.88%
G = 5.59%
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

#A515BE (or 0xA515BE) is known color: Dark Violet. HEX triplet: A5, 15 and BE. RGB value is (165,21,190). Sum of RGB (Red+Green+Blue) = 165+21+190=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #A515BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A515BE is #5AEA41. Grayscale: #525252. Windows color (decimal): -5958210 or 12457381. OLE color: 12457381.

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

Color convert

RGB 165 21 190 -
CMYK 0.13 0.89 0 0.25
HSL 291.12º 0.8% 0.41% -
HSV(B) 291.12º 0.89% 0.75% -
XYZ 25.08 12.25 49.76 -
YUV 83.32 188.21 186.26 -
System Red Green Blue C M Y K H S L
Decimal 165 21 190 0.13 0.89 0 0.25 291.12 0.8 0.41
Hex A5 15 BE D 59 0 19 123 50 29
Octal 245 25 276 15 131 0 31 443 120 51
Binary 10100101 10101 10111110 1101 1011001 0 11001 100100011 1010000 101001

Color Harmonies of #A515BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A515BE

Black with #A515BE

Text Example


Text Example

White with #A515BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A515BE; }

 p { color: rgb(165,21,190); }

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

background-color css

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

 a { background-color: rgb(165,21,190); }

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

border-color css

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

 span { border-color: rgb(165,21,190); }

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