#A349D5

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

Shades of Dark Orchid #A349D5

Tints of Dark Orchid #A349D5

Color information

#A349D5 (or 0xA349D5) is unknown color: approx Dark Orchid. HEX triplet: A3, 49 and D5. RGB value is (163,73,213). Sum of RGB (Red+Green+Blue) = 163+73+213=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #A349D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A349D5 is #5CB62A. Grayscale: #737373. Windows color (decimal): -6075947 or 13978019. OLE color: 13978019.

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

Color convert

RGB16373213-
CMYK0.230.6600.16
HSL278.57º62.5%56.08%-
HSV(B)278.57º65.73%83.53%-
XYZ29.517.3664.75-
YUV115.87182.82161.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 73 (28.91% from 255) = 16.26%
BLUE value IS 213 (83.59% from 255) = 47.44%
R=36.30%
G=16.26%
B=47.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal163732130.230.6600.16278.5762.556.08
HexA349D517420101173e38
Octal243111325271020204277670
Binary10100011100100111010101101111000010010000100010111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A349D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A349D5; }

 p { color: rgb(163,73,213); }

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

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

 a { background-color: rgb(163,73,213); }

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

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

 span { border-color: rgb(163,73,213); }

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