#A345D5

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

Shades of Dark Orchid #A345D5

Tints of Dark Orchid #A345D5

Color information

#A345D5 (or 0xA345D5) is unknown color: approx Dark Orchid. HEX triplet: A3, 45 and D5. RGB value is (163,69,213). Sum of RGB (Red+Green+Blue) = 163+69+213=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 213 (83.59% from 255 or 47.87% from 445); Max value from RGB is 213 - color contains mainly: blue. Hex color #A345D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A345D5 is #5CBA2A. Grayscale: #717171. Windows color (decimal): -6076971 or 13976995. OLE color: 13976995.

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

Color convert

RGB16369213-
CMYK0.230.6800.16
HSL279.17º63.16%55.29%-
HSV(B)279.17º67.61%83.53%-
XYZ29.2416.8564.66-
YUV113.52184.14163.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.63%
GREEN value IS 69 (27.34% from 255) = 15.51%
BLUE value IS 213 (83.59% from 255) = 47.87%
R=36.63%
G=15.51%
B=47.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal163692130.230.6800.16279.1763.1655.29
HexA345D517440101173f37
Octal243105325271040204277767
Binary10100011100010111010101101111000100010000100010111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A345D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A345D5; }

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

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

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

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

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

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

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

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