Html Css Color HEX #A815BD Dark Violet

📋 copy color: '#A815BD'

red 168 ◦ green 21 ◦ blue 189

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

Shades of Dark Violet #A815BD

Tints of Dark Violet #A815BD

RGB

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

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

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

R = 44.44%
G = 5.56%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A815BD (or 0xA815BD) is known color: Dark Violet. HEX triplet: A8, 15 and BD. RGB value is (168,21,189). Sum of RGB (Red+Green+Blue) = 168+21+189=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #A815BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A815BD is #57EA42. Grayscale: #535353. Windows color (decimal): -5761603 or 12391848. OLE color: 12391848.

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

Color convert

RGB 168 21 189 -
CMYK 0.11 0.89 0 0.26
HSL 292.5º 0.8% 0.41% -
HSV(B) 292.5º 0.89% 0.74% -
XYZ 25.6 12.54 49.21 -
YUV 84.11 187.2 187.84 -
System Red Green Blue C M Y K H S L
Decimal 168 21 189 0.11 0.89 0 0.26 292.5 0.8 0.41
Hex A8 15 BD B 59 0 1A 124 50 29
Octal 250 25 275 13 131 0 32 444 120 51
Binary 10101000 10101 10111101 1011 1011001 0 11010 100100100 1010000 101001

Color Harmonies of #A815BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A815BD

Black with #A815BD

Text Example


Text Example

White with #A815BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A815BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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