#A12BD1

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

Shades of Dark Orchid #A12BD1

Tints of Dark Orchid #A12BD1

Color information

#A12BD1 (or 0xA12BD1) is unknown color: approx Dark Orchid. HEX triplet: A1, 2B and D1. RGB value is (161,43,209). Sum of RGB (Red+Green+Blue) = 161+43+209=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #A12BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12BD1 is #5ED42E. Grayscale: #606060. Windows color (decimal): -6214703 or 13708193. OLE color: 13708193.

HSL color Cylindrical-coordinate representation of color #A12BD1: hue angle of 282.65º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A12BD1 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16143209-
CMYK0.230.7900.18
HSL282.65º65.87%49.41%-
HSV(B)282.65º79.43%81.96%-
XYZ27.0713.9161.58-
YUV97.21191.09173.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.98%
GREEN value IS 43 (17.19% from 255) = 10.41%
BLUE value IS 209 (82.03% from 255) = 50.61%
R=38.98%
G=10.41%
B=50.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal161432090.230.7900.18282.6565.8749.41
HexA12BD1174F01211b4231
Octal241533212711702243310261
Binary10100001101011110100011011110011110100101000110111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12BD1; }

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

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

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

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

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

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

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

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