#A542C9

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

Shades of Dark Orchid #A542C9

Tints of Dark Orchid #A542C9

Color information

#A542C9 (or 0xA542C9) is unknown color: approx Dark Orchid. HEX triplet: A5, 42 and C9. RGB value is (165,66,201). Sum of RGB (Red+Green+Blue) = 165+66+201=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 201 (78.91% from 255 or 46.53% from 432); Max value from RGB is 201 - color contains mainly: blue. Hex color #A542C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A542C9 is #5ABD36. Grayscale: #6E6E6E. Windows color (decimal): -5946679 or 13189797. OLE color: 13189797.

HSL color Cylindrical-coordinate representation of color #A542C9: hue angle of 284º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A542C9 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16566201-
CMYK0.180.6700.21
HSL284º55.56%52.35%-
HSV(B)284º67.16%78.82%-
XYZ28.0116.1156.89-
YUV110.99178.8166.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.19%
GREEN value IS 66 (26.17% from 255) = 15.28%
BLUE value IS 201 (78.91% from 255) = 46.53%
R=38.19%
G=15.28%
B=46.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal165662010.180.6700.2128455.5652.35
HexA542C9124301511c3834
Octal245102311221030254347064
Binary10100101100001011001001100101000011010101100011100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A542C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A542C9; }

 p { color: rgb(165,66,201); }

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

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

 a { background-color: rgb(165,66,201); }

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

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

 span { border-color: rgb(165,66,201); }

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