#A12CC0

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

Shades of Dark Orchid #A12CC0

Tints of Dark Orchid #A12CC0

Color information

#A12CC0 (or 0xA12CC0) is unknown color: approx Dark Orchid. HEX triplet: A1, 2C and C0. RGB value is (161,44,192). Sum of RGB (Red+Green+Blue) = 161+44+192=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #A12CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12CC0 is #5ED33F. Grayscale: #5F5F5F. Windows color (decimal): -6214464 or 12594337. OLE color: 12594337.

HSL color Cylindrical-coordinate representation of color #A12CC0: hue angle of 287.43º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A12CC0 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16144192-
CMYK0.160.7700.25
HSL287.43º62.71%46.27%-
HSV(B)287.43º77.08%75.29%-
XYZ25.1113.1851.09-
YUV95.86182.26174.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 44 (17.58% from 255) = 11.08%
BLUE value IS 192 (75.39% from 255) = 48.36%
R=40.55%
G=11.08%
B=48.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161441920.160.7700.25287.4362.7146.27
HexA12CC0104D01911f3f2e
Octal24154300201150314377756
Binary1010000110110011000000100001001101011001100011111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12CC0; }

 p { color: rgb(161,44,192); }

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

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

 a { background-color: rgb(161,44,192); }

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

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

 span { border-color: rgb(161,44,192); }

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