#A541C7

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

Shades of Dark Orchid #A541C7

Tints of Dark Orchid #A541C7

Color information

#A541C7 (or 0xA541C7) is unknown color: approx Dark Orchid. HEX triplet: A5, 41 and C7. RGB value is (165,65,199). Sum of RGB (Red+Green+Blue) = 165+65+199=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 199 (78.12% from 255 or 46.39% from 429); Max value from RGB is 199 - color contains mainly: blue. Hex color #A541C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A541C7 is #5ABE38. Grayscale: #6D6D6D. Windows color (decimal): -5946937 or 13058469. OLE color: 13058469.

HSL color Cylindrical-coordinate representation of color #A541C7: hue angle of 284.78º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A541C7 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16565199-
CMYK0.170.6700.22
HSL284.78º54.47%51.76%-
HSV(B)284.78º67.34%78.04%-
XYZ27.7215.955.64-
YUV110.18178.13167.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.46%
GREEN value IS 65 (25.78% from 255) = 15.15%
BLUE value IS 199 (78.12% from 255) = 46.39%
R=38.46%
G=15.15%
B=46.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal165651990.170.6700.22284.7854.4751.76
HexA541C7114301611d3634
Octal245101307211030264356664
Binary10100101100000111000111100011000011010110100011101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A541C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A541C7; }

 p { color: rgb(165,65,199); }

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

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

 a { background-color: rgb(165,65,199); }

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

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

 span { border-color: rgb(165,65,199); }

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