Html Css Color HEX #A815BC Dark Violet

📋 copy color: '#A815BC'

red 168 ◦ green 21 ◦ blue 188

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

Shades of Dark Violet #A815BC

Tints of Dark Violet #A815BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.87%

R = 44.56%
G = 5.57%
B = 49.87%

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

#A815BC (or 0xA815BC) is known color: Dark Violet. HEX triplet: A8, 15 and BC. RGB value is (168,21,188). Sum of RGB (Red+Green+Blue) = 168+21+188=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #A815BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A815BC is #57EA43. Grayscale: #535353. Windows color (decimal): -5761604 or 12326312. OLE color: 12326312.

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

Color convert

RGB 168 21 188 -
CMYK 0.11 0.89 0 0.26
HSL 292.81º 0.8% 0.41% -
HSV(B) 292.81º 0.89% 0.74% -
XYZ 25.49 12.49 48.64 -
YUV 83.99 186.7 187.92 -
System Red Green Blue C M Y K H S L
Decimal 168 21 188 0.11 0.89 0 0.26 292.81 0.8 0.41
Hex A8 15 BC B 59 0 1A 125 50 29
Octal 250 25 274 13 131 0 32 445 120 51
Binary 10101000 10101 10111100 1011 1011001 0 11010 100100101 1010000 101001

Color Harmonies of #A815BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A815BC

Black with #A815BC

Text Example


Text Example

White with #A815BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A815BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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