#A712BD

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

Shades of Dark Violet #A712BD

Tints of Dark Violet #A712BD

Color information

#A712BD (or 0xA712BD) is unknown color: approx Dark Violet. HEX triplet: A7, 12 and BD. RGB value is (167,18,189). Sum of RGB (Red+Green+Blue) = 167+18+189=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #A712BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A712BD is #58ED42. Grayscale: #515151. Windows color (decimal): -5827907 or 12391079. OLE color: 12391079.

HSL color Cylindrical-coordinate representation of color #A712BD: hue angle of 292.28º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A712BD is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16718189-
CMYK0.120.9000.26
HSL292.28º82.61%40.59%-
HSV(B)292.28º90.48%74.12%-
XYZ25.3412.3249.19-
YUV82.04188.36188.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.65%
GREEN value IS 18 (7.42% from 255) = 4.81%
BLUE value IS 189 (74.22% from 255) = 50.53%
R=44.65%
G=4.81%
B=50.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal167181890.120.9000.26292.2882.6140.59
HexA712BDC5A01A1245329
Octal247222751413203244412351
Binary101001111001010111101110010110100110101001001001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A712BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A712BD; }

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

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

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

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

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

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

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

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