#A347CD

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

Shades of Dark Orchid #A347CD

Tints of Dark Orchid #A347CD

Color information

#A347CD (or 0xA347CD) is unknown color: approx Dark Orchid. HEX triplet: A3, 47 and CD. RGB value is (163,71,205). Sum of RGB (Red+Green+Blue) = 163+71+205=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #A347CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A347CD is #5CB832. Grayscale: #717171. Windows color (decimal): -6076467 or 13453219. OLE color: 13453219.

HSL color Cylindrical-coordinate representation of color #A347CD: hue angle of 281.19º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A347CD is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16371205-
CMYK0.200.6500.20
HSL281.19º57.26%54.12%-
HSV(B)281.19º65.37%80.39%-
XYZ28.3816.759.49-
YUV113.78179.48163.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.13%
GREEN value IS 71 (28.12% from 255) = 16.17%
BLUE value IS 205 (80.47% from 255) = 46.70%
R=37.13%
G=16.17%
B=46.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal163712050.200.6500.20281.1957.2654.12
HexA347CD14410141193936
Octal243107315241010244317166
Binary10100011100011111001101101001000001010100100011001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A347CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A347CD; }

 p { color: rgb(163,71,205); }

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

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

 a { background-color: rgb(163,71,205); }

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

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

 span { border-color: rgb(163,71,205); }

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