#A12AB7

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

Shades of Dark Orchid #A12AB7

Tints of Dark Orchid #A12AB7

Color information

#A12AB7 (or 0xA12AB7) is unknown color: approx Dark Orchid. HEX triplet: A1, 2A and B7. RGB value is (161,42,183). Sum of RGB (Red+Green+Blue) = 161+42+183=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 183 - color contains mainly: blue. Hex color #A12AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12AB7 is #5ED548. Grayscale: #5D5D5D. Windows color (decimal): -6214985 or 12004001. OLE color: 12004001.

HSL color Cylindrical-coordinate representation of color #A12AB7: hue angle of 290.64º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A12AB7 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16142183-
CMYK0.120.7700.28
HSL290.64º62.67%44.12%-
HSV(B)290.64º77.05%71.76%-
XYZ24.0712.6545.97-
YUV93.66178.42176.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.71%
GREEN value IS 42 (16.80% from 255) = 10.88%
BLUE value IS 183 (71.88% from 255) = 47.41%
R=41.71%
G=10.88%
B=47.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal161421830.120.7700.28290.6462.6744.12
HexA12AB7C4D01C1233f2c
Octal24152267141150344437754
Binary101000011010101011011111001001101011100100100011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12AB7; }

 p { color: rgb(161,42,183); }

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

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

 a { background-color: rgb(161,42,183); }

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

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

 span { border-color: rgb(161,42,183); }

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