#A12BB7

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

Shades of Dark Orchid #A12BB7

Tints of Dark Orchid #A12BB7

Color information

#A12BB7 (or 0xA12BB7) is unknown color: approx Dark Orchid. HEX triplet: A1, 2B and B7. RGB value is (161,43,183). Sum of RGB (Red+Green+Blue) = 161+43+183=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 183 (71.88% from 255 or 47.29% from 387); Max value from RGB is 183 - color contains mainly: blue. Hex color #A12BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12BB7 is #5ED448. Grayscale: #5D5D5D. Windows color (decimal): -6214729 or 12004257. OLE color: 12004257.

HSL color Cylindrical-coordinate representation of color #A12BB7: hue angle of 290.57º degrees, saturation: 0.62, 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 #A12BB7 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16143183-
CMYK0.120.7700.28
HSL290.57º61.95%44.31%-
HSV(B)290.57º76.5%71.76%-
XYZ24.1112.7245.98-
YUV94.24178.09175.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.60%
GREEN value IS 43 (17.19% from 255) = 11.11%
BLUE value IS 183 (71.88% from 255) = 47.29%
R=41.60%
G=11.11%
B=47.29%

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
Decimal161431830.120.7700.28290.5761.9544.31
HexA12BB7C4D01C1233e2c
Octal24153267141150344437654
Binary101000011010111011011111001001101011100100100011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12BB7; }

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

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

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

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

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

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

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

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