#A147E3

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

Shades of Dark Orchid #A147E3

Tints of Dark Orchid #A147E3

Color information

#A147E3 (or 0xA147E3) is unknown color: approx Dark Orchid. HEX triplet: A1, 47 and E3. RGB value is (161,71,227). Sum of RGB (Red+Green+Blue) = 161+71+227=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 227 (89.06% from 255 or 49.46% from 459); Max value from RGB is 227 - color contains mainly: blue. Hex color #A147E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A147E3 is #5EB81C. Grayscale: #737373. Windows color (decimal): -6207517 or 14895009. OLE color: 14895009.

HSL color Cylindrical-coordinate representation of color #A147E3: hue angle of 274.62º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A147E3 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16171227-
CMYK0.290.6900.11
HSL274.62º73.58%58.43%-
HSV(B)274.62º68.72%89.02%-
XYZ30.8217.6374.45-
YUV115.69190.82160.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 71 (28.12% from 255) = 15.47%
BLUE value IS 227 (89.06% from 255) = 49.46%
R=35.08%
G=15.47%
B=49.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal161712270.290.6900.11274.6273.5858.43
HexA147E31D450B1134a3a
Octal2411073433510501342311272
Binary10100001100011111100011111011000101010111000100111001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A147E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A147E3; }

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

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

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

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

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

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

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

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