#A541D0

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

Shades of Dark Orchid #A541D0

Tints of Dark Orchid #A541D0

Color information

#A541D0 (or 0xA541D0) is unknown color: approx Dark Orchid. HEX triplet: A5, 41 and D0. RGB value is (165,65,208). Sum of RGB (Red+Green+Blue) = 165+65+208=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #A541D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A541D0 is #5ABE2F. Grayscale: #6E6E6E. Windows color (decimal): -5946928 or 13648293. OLE color: 13648293.

HSL color Cylindrical-coordinate representation of color #A541D0: hue angle of 281.96º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A541D0 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16565208-
CMYK0.210.6900.18
HSL281.96º60.34%53.53%-
HSV(B)281.96º68.75%81.57%-
XYZ28.7916.3361.31-
YUV111.2182.63166.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.67%
GREEN value IS 65 (25.78% from 255) = 14.84%
BLUE value IS 208 (81.64% from 255) = 47.49%
R=37.67%
G=14.84%
B=47.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal165652080.210.6900.18281.9660.3453.53
HexA541D0154501211a3c36
Octal245101320251050224327466
Binary10100101100000111010000101011000101010010100011010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A541D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A541D0; }

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

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

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

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

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

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

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

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