#A912BE

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

Shades of Dark Violet #A912BE

Tints of Dark Violet #A912BE

Color information

#A912BE (or 0xA912BE) is unknown color: approx Dark Violet. HEX triplet: A9, 12 and BE. RGB value is (169,18,190). Sum of RGB (Red+Green+Blue) = 169+18+190=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #A912BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A912BE is #56ED41. Grayscale: #525252. Windows color (decimal): -5696834 or 12456617. OLE color: 12456617.

HSL color Cylindrical-coordinate representation of color #A912BE: hue angle of 292.67º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A912BE is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16918190-
CMYK0.110.9100.25
HSL292.67º82.69%40.78%-
HSV(B)292.67º90.53%74.51%-
XYZ25.8712.5949.78-
YUV82.76188.53189.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.83%
GREEN value IS 18 (7.42% from 255) = 4.77%
BLUE value IS 190 (74.61% from 255) = 50.40%
R=44.83%
G=4.77%
B=50.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169181900.110.9100.25292.6782.6940.78
HexA912BEB5B0191255329
Octal251222761313303144512351
Binary101010011001010111110101110110110110011001001011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A912BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A912BE; }

 p { color: rgb(169,18,190); }

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

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

 a { background-color: rgb(169,18,190); }

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

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

 span { border-color: rgb(169,18,190); }

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