#a147d6

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

Shades of Dark Orchid #A147D6

Tints of Dark Orchid #A147D6

Color information

#A147D6 (or 0xA147D6) is unknown color: approx Dark Orchid. HEX triplet: A1, 47 and D6. RGB value is (161,71,214). Sum of RGB (Red+Green+Blue) = 161+71+214=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 214 - color contains mainly: blue. Hex color #A147D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A147D6 is #5EB829. Grayscale: #717171. Windows color (decimal): -6207530 or 14043041. OLE color: 14043041.

HSL color Cylindrical-coordinate representation of color #A147D6: hue angle of 277.76º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A147D6 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16171214-
CMYK0.250.6700.16
HSL277.76º63.56%55.88%-
HSV(B)277.76º66.82%83.92%-
XYZ29.0916.9465.35-
YUV114.21184.32161.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.10%
GREEN value IS 71 (28.12% from 255) = 15.92%
BLUE value IS 214 (83.98% from 255) = 47.98%
R=36.10%
G=15.92%
B=47.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161712140.250.6700.16277.7663.5655.88
HexA147D619430101164038
Octal2411073263110302042610070
Binary101000011000111110101101100110000110100001000101101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a147d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a147d6; }

 p { color: rgb(161,71,214); }

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

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

 a { background-color: rgb(161,71,214); }

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

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

 span { border-color: rgb(161,71,214); }

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