#A542CA

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

Shades of Dark Orchid #A542CA

Tints of Dark Orchid #A542CA

Color information

#A542CA (or 0xA542CA) is unknown color: approx Dark Orchid. HEX triplet: A5, 42 and CA. RGB value is (165,66,202). Sum of RGB (Red+Green+Blue) = 165+66+202=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #A542CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A542CA is #5ABD35. Grayscale: #6E6E6E. Windows color (decimal): -5946678 or 13255333. OLE color: 13255333.

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

Color convert

RGB16566202-
CMYK0.180.6700.21
HSL283.68º56.2%52.55%-
HSV(B)283.68º67.33%79.22%-
XYZ28.1316.1657.51-
YUV111.1179.3166.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 66 (26.17% from 255) = 15.24%
BLUE value IS 202 (79.30% from 255) = 46.65%
R=38.11%
G=15.24%
B=46.65%

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
Decimal165662020.180.6700.21283.6856.252.55
HexA542CA124301511c3835
Octal245102312221030254347065
Binary10100101100001011001010100101000011010101100011100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A542CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A542CA; }

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

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

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

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

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

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

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

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