Html Css Color HEX #A915BB Dark Violet

📋 copy color: '#A915BB'

red 169 ◦ green 21 ◦ blue 187

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

Shades of Dark Violet #A915BB

Tints of Dark Violet #A915BB

RGB

 RED value IS 169 (66.41% from 255) = 44.83%

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

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

R = 44.83%
G = 5.57%
B = 49.6%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A915BB (or 0xA915BB) is known color: Dark Violet. HEX triplet: A9, 15 and BB. RGB value is (169,21,187). Sum of RGB (Red+Green+Blue) = 169+21+187=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #A915BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A915BB is #56EA44. Grayscale: #535353. Windows color (decimal): -5696069 or 12260777. OLE color: 12260777.

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

Color convert

RGB 169 21 187 -
CMYK 0.10 0.89 0 0.27
HSL 293.49º 0.8% 0.41% -
HSV(B) 293.49º 0.89% 0.73% -
XYZ 25.6 12.56 48.09 -
YUV 84.18 186.03 188.5 -
System Red Green Blue C M Y K H S L
Decimal 169 21 187 0.10 0.89 0 0.27 293.49 0.8 0.41
Hex A9 15 BB A 59 0 1B 125 50 29
Octal 251 25 273 12 131 0 33 445 120 51
Binary 10101001 10101 10111011 1010 1011001 0 11011 100100101 1010000 101001

Color Harmonies of #A915BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A915BB

Black with #A915BB

Text Example


Text Example

White with #A915BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A915BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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