#A12BD3

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

Shades of Dark Orchid #A12BD3

Tints of Dark Orchid #A12BD3

Color information

#A12BD3 (or 0xA12BD3) is unknown color: approx Dark Orchid. HEX triplet: A1, 2B and D3. RGB value is (161,43,211). Sum of RGB (Red+Green+Blue) = 161+43+211=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 211 (82.81% from 255 or 50.84% from 415); Max value from RGB is 211 - color contains mainly: blue. Hex color #A12BD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12BD3 is #5ED42C. Grayscale: #606060. Windows color (decimal): -6214701 or 13839265. OLE color: 13839265.

HSL color Cylindrical-coordinate representation of color #A12BD3: hue angle of 282.14º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12BD3 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16143211-
CMYK0.240.8000.17
HSL282.14º66.14%49.8%-
HSV(B)282.14º79.62%82.75%-
XYZ27.3214.0162.89-
YUV97.43192.09173.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.80%
GREEN value IS 43 (17.19% from 255) = 10.36%
BLUE value IS 211 (82.81% from 255) = 50.84%
R=38.80%
G=10.36%
B=50.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal161432110.240.8000.17282.1466.1449.8
HexA12BD3185001111a4232
Octal241533233012002143210262
Binary10100001101011110100111100010100000100011000110101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12BD3; }

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

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

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

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

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

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

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

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