#A712E3

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

Shades of Dark Violet #A712E3

Tints of Dark Violet #A712E3

Color information

#A712E3 (or 0xA712E3) is unknown color: approx Dark Violet. HEX triplet: A7, 12 and E3. RGB value is (167,18,227). Sum of RGB (Red+Green+Blue) = 167+18+227=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 227 (89.06% from 255 or 55.10% from 412); Max value from RGB is 227 - color contains mainly: blue. Hex color #A712E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A712E3 is #58ED1C. Grayscale: #555555. Windows color (decimal): -5827869 or 14881447. OLE color: 14881447.

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

Color convert

RGB16718227-
CMYK0.260.9200.11
HSL282.78º85.31%48.04%-
HSV(B)282.78º92.07%89.02%-
XYZ30.0214.1973.83-
YUV86.38207.36185.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.53%
GREEN value IS 18 (7.42% from 255) = 4.37%
BLUE value IS 227 (89.06% from 255) = 55.10%
R=40.53%
G=4.37%
B=55.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal167182270.260.9200.11282.7885.3148.04
HexA712E31A5C0B11b5530
Octal247223433213401343312560
Binary101001111001011100011110101011100010111000110111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A712E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A712E3; }

 p { color: rgb(167,18,227); }

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

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

 a { background-color: rgb(167,18,227); }

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

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

 span { border-color: rgb(167,18,227); }

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