Html Css Color HEX #A515BD Dark Violet

📋 copy color: '#A515BD'

red 165 ◦ green 21 ◦ blue 189

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

Shades of Dark Violet #A515BD

Tints of Dark Violet #A515BD

RGB

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

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

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

R = 44%
G = 5.6%
B = 50.4%

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

#A515BD (or 0xA515BD) is known color: Dark Violet. HEX triplet: A5, 15 and BD. RGB value is (165,21,189). Sum of RGB (Red+Green+Blue) = 165+21+189=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #A515BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A515BD is #5AEA42. Grayscale: #525252. Windows color (decimal): -5958211 or 12391845. OLE color: 12391845.

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

Color convert

RGB 165 21 189 -
CMYK 0.13 0.89 0 0.26
HSL 291.43º 0.8% 0.41% -
HSV(B) 291.43º 0.89% 0.74% -
XYZ 24.97 12.21 49.18 -
YUV 83.21 187.71 186.34 -
System Red Green Blue C M Y K H S L
Decimal 165 21 189 0.13 0.89 0 0.26 291.43 0.8 0.41
Hex A5 15 BD D 59 0 1A 123 50 29
Octal 245 25 275 15 131 0 32 443 120 51
Binary 10100101 10101 10111101 1101 1011001 0 11010 100100011 1010000 101001

Color Harmonies of #A515BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A515BD

Black with #A515BD

Text Example


Text Example

White with #A515BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A515BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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