Html Css Color HEX #A80FBC Dark Violet

📋 copy color: '#A80FBC'

red 168 ◦ green 15 ◦ blue 188

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

Shades of Dark Violet #A80FBC

Tints of Dark Violet #A80FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.04%

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

R = 45.28%
G = 4.04%
B = 50.67%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A80FBC (or 0xA80FBC) is known color: Dark Violet. HEX triplet: A8, 0F and BC. RGB value is (168,15,188). Sum of RGB (Red+Green+Blue) = 168+15+188=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #A80FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80FBC is #57F043. Grayscale: #4F4F4F. Windows color (decimal): -5763140 or 12324776. OLE color: 12324776.

HSL color Cylindrical-coordinate representation of color #A80FBC: hue angle of 293.06º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80FBC is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 15 188 -
CMYK 0.11 0.92 0 0.26
HSL 293.06º 0.85% 0.4% -
HSV(B) 293.06º 0.92% 0.74% -
XYZ 25.4 12.3 48.61 -
YUV 80.47 188.69 190.43 -
System Red Green Blue C M Y K H S L
Decimal 168 15 188 0.11 0.92 0 0.26 293.06 0.85 0.4
Hex A8 F BC B 5C 0 1A 125 55 28
Octal 250 17 274 13 134 0 32 445 125 50
Binary 10101000 1111 10111100 1011 1011100 0 11010 100100101 1010101 101000

Color Harmonies of #A80FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80FBC

Black with #A80FBC

Text Example


Text Example

White with #A80FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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