#A80CBE

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

Shades of Dark Violet #A80CBE

Tints of Dark Violet #A80CBE

Color information

#A80CBE (or 0xA80CBE) is unknown color: approx Dark Violet. HEX triplet: A8, 0C and BE. RGB value is (168,12,190). Sum of RGB (Red+Green+Blue) = 168+12+190=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #A80CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80CBE is #57F341. Grayscale: #4E4E4E. Windows color (decimal): -5763906 or 12455080. OLE color: 12455080.

HSL color Cylindrical-coordinate representation of color #A80CBE: hue angle of 292.58º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80CBE is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16812190-
CMYK0.120.9400.25
HSL292.58º88.12%39.61%-
HSV(B)292.58º93.68%74.51%-
XYZ25.5712.3149.74-
YUV78.94190.68191.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.41%
GREEN value IS 12 (5.08% from 255) = 3.24%
BLUE value IS 190 (74.61% from 255) = 51.35%
R=45.41%
G=3.24%
B=51.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168121900.120.9400.25292.5888.1239.61
HexA8CBEC5E0191255828
Octal250142761413603144513050
Binary10101000110010111110110010111100110011001001011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80CBE; }

 p { color: rgb(168,12,190); }

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

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

 a { background-color: rgb(168,12,190); }

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

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

 span { border-color: rgb(168,12,190); }

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