#A80FC4

Color #A80FC4 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A80FC4

Tints of Dark Violet #A80FC4

Color information

#A80FC4 (or 0xA80FC4) is unknown color: approx Dark Violet. HEX triplet: A8, 0F and C4. RGB value is (168,15,196). Sum of RGB (Red+Green+Blue) = 168+15+196=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 196 (76.95% from 255 or 51.72% from 379); Max value from RGB is 196 - color contains mainly: blue. Hex color #A80FC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80FC4 is #57F03B. Grayscale: #505050. Windows color (decimal): -5763132 or 12849064. OLE color: 12849064.

HSL color Cylindrical-coordinate representation of color #A80FC4: hue angle of 290.72º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80FC4 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16815196-
CMYK0.140.9200.23
HSL290.72º85.78%41.37%-
HSV(B)290.72º92.35%76.86%-
XYZ26.2812.6553.28-
YUV81.38192.69189.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.33%
GREEN value IS 15 (6.25% from 255) = 3.96%
BLUE value IS 196 (76.95% from 255) = 51.72%
R=44.33%
G=3.96%
B=51.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal168151960.140.9200.23290.7285.7841.37
HexA8FC4E5C0171235629
Octal250173041613402744312651
Binary10101000111111000100111010111000101111001000111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80FC4; }

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

 H1.HeaderClassName
 {
   color: #A80FC4;
 }
 .AnyTagClassName
 {
   color: #A80FC4;
 }
</style>
background-color css

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

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

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

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

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

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