#A12FCB

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

Shades of Dark Orchid #A12FCB

Tints of Dark Orchid #A12FCB

Color information

#A12FCB (or 0xA12FCB) is unknown color: approx Dark Orchid. HEX triplet: A1, 2F and CB. RGB value is (161,47,203). Sum of RGB (Red+Green+Blue) = 161+47+203=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #A12FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12FCB is #5ED034. Grayscale: #626262. Windows color (decimal): -6213685 or 13316001. OLE color: 13316001.

HSL color Cylindrical-coordinate representation of color #A12FCB: hue angle of 283.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A12FCB is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16147203-
CMYK0.210.7700.20
HSL283.85º62.4%49.02%-
HSV(B)283.85º76.85%79.61%-
XYZ26.4913.9257.79-
YUV98.87186.77172.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.17%
GREEN value IS 47 (18.75% from 255) = 11.44%
BLUE value IS 203 (79.69% from 255) = 49.39%
R=39.17%
G=11.44%
B=49.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal161472030.210.7700.20283.8562.449.02
HexA12FCB154D01411c3e31
Octal24157313251150244347661
Binary1010000110111111001011101011001101010100100011100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12FCB; }

 p { color: rgb(161,47,203); }

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

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

 a { background-color: rgb(161,47,203); }

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

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

 span { border-color: rgb(161,47,203); }

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