#A146D4

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

Shades of Dark Orchid #A146D4

Tints of Dark Orchid #A146D4

Color information

#A146D4 (or 0xA146D4) is unknown color: approx Dark Orchid. HEX triplet: A1, 46 and D4. RGB value is (161,70,212). Sum of RGB (Red+Green+Blue) = 161+70+212=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 212 (83.20% from 255 or 47.86% from 443); Max value from RGB is 212 - color contains mainly: blue. Hex color #A146D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A146D4 is #5EB92B. Grayscale: #707070. Windows color (decimal): -6207788 or 13911713. OLE color: 13911713.

HSL color Cylindrical-coordinate representation of color #A146D4: hue angle of 278.45º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A146D4 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16170212-
CMYK0.240.6700.17
HSL278.45º62.28%55.29%-
HSV(B)278.45º66.98%83.14%-
XYZ28.7716.7164-
YUV113.4183.65161.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.34%
GREEN value IS 70 (27.73% from 255) = 15.80%
BLUE value IS 212 (83.20% from 255) = 47.86%
R=36.34%
G=15.80%
B=47.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal161702120.240.6700.17278.4562.2855.29
HexA146D418430111163e37
Octal241106324301030214267667
Binary10100001100011011010100110001000011010001100010110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A146D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A146D4; }

 p { color: rgb(161,70,212); }

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

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

 a { background-color: rgb(161,70,212); }

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

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

 span { border-color: rgb(161,70,212); }

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