#A542D4

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

Shades of Dark Orchid #A542D4

Tints of Dark Orchid #A542D4

Color information

#A542D4 (or 0xA542D4) is unknown color: approx Dark Orchid. HEX triplet: A5, 42 and D4. RGB value is (165,66,212). Sum of RGB (Red+Green+Blue) = 165+66+212=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 212 (83.20% from 255 or 47.86% from 443); Max value from RGB is 212 - color contains mainly: blue. Hex color #A542D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A542D4 is #5ABD2B. Grayscale: #6F6F6F. Windows color (decimal): -5946668 or 13910693. OLE color: 13910693.

HSL color Cylindrical-coordinate representation of color #A542D4: hue angle of 280.68º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A542D4 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16566212-
CMYK0.220.6900.17
HSL280.68º62.93%54.51%-
HSV(B)280.68º68.87%83.14%-
XYZ29.3516.6563.95-
YUV112.24184.3165.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.25%
GREEN value IS 66 (26.17% from 255) = 14.90%
BLUE value IS 212 (83.20% from 255) = 47.86%
R=37.25%
G=14.90%
B=47.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal165662120.220.6900.17280.6862.9354.51
HexA542D416450111193f37
Octal245102324261050214317767
Binary10100101100001011010100101101000101010001100011001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A542D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A542D4; }

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

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

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

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

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

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

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

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