Html Css Color HEX #A815BB Dark Violet

📋 copy color: '#A815BB'

red 168 ◦ green 21 ◦ blue 187

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

Shades of Dark Violet #A815BB

Tints of Dark Violet #A815BB

RGB

 RED value IS 168 (66.02% from 255) = 44.68%

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

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

R = 44.68%
G = 5.59%
B = 49.73%

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

#A815BB (or 0xA815BB) is known color: Dark Violet. HEX triplet: A8, 15 and BB. RGB value is (168,21,187). Sum of RGB (Red+Green+Blue) = 168+21+187=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #A815BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A815BB is #57EA44. Grayscale: #535353. Windows color (decimal): -5761605 or 12260776. OLE color: 12260776.

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

Color convert

RGB 168 21 187 -
CMYK 0.10 0.89 0 0.27
HSL 293.13º 0.8% 0.41% -
HSV(B) 293.13º 0.89% 0.73% -
XYZ 25.39 12.45 48.08 -
YUV 83.88 186.2 188 -
System Red Green Blue C M Y K H S L
Decimal 168 21 187 0.10 0.89 0 0.27 293.13 0.8 0.41
Hex A8 15 BB A 59 0 1B 125 50 29
Octal 250 25 273 12 131 0 33 445 120 51
Binary 10101000 10101 10111011 1010 1011001 0 11011 100100101 1010000 101001

Color Harmonies of #A815BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A815BB

Black with #A815BB

Text Example


Text Example

White with #A815BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A815BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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