Html Css Color HEX #A515BB Dark Violet

📋 copy color: '#A515BB'

red 165 ◦ green 21 ◦ blue 187

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

Shades of Dark Violet #A515BB

Tints of Dark Violet #A515BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.13%

R = 44.24%
G = 5.63%
B = 50.13%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A515BB (or 0xA515BB) is known color: Dark Violet. HEX triplet: A5, 15 and BB. RGB value is (165,21,187). Sum of RGB (Red+Green+Blue) = 165+21+187=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #A515BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A515BB is #5AEA44. Grayscale: #525252. Windows color (decimal): -5958213 or 12260773. OLE color: 12260773.

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

Color convert

RGB 165 21 187 -
CMYK 0.12 0.89 0 0.27
HSL 292.05º 0.8% 0.41% -
HSV(B) 292.05º 0.89% 0.73% -
XYZ 24.75 12.12 48.05 -
YUV 82.98 186.71 186.5 -
System Red Green Blue C M Y K H S L
Decimal 165 21 187 0.12 0.89 0 0.27 292.05 0.8 0.41
Hex A5 15 BB C 59 0 1B 124 50 29
Octal 245 25 273 14 131 0 33 444 120 51
Binary 10100101 10101 10111011 1100 1011001 0 11011 100100100 1010000 101001

Color Harmonies of #A515BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A515BB

Black with #A515BB

Text Example


Text Example

White with #A515BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A515BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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