#A544EA

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

Shades of Dark Orchid #A544EA

Tints of Dark Orchid #A544EA

Color information

#A544EA (or 0xA544EA) is unknown color: approx Dark Orchid. HEX triplet: A5, 44 and EA. RGB value is (165,68,234). Sum of RGB (Red+Green+Blue) = 165+68+234=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #A544EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A544EA is #5ABB15. Grayscale: #737373. Windows color (decimal): -5946134 or 15352997. OLE color: 15352997.

HSL color Cylindrical-coordinate representation of color #A544EA: hue angle of 275.06º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A544EA is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16568234-
CMYK0.290.7100.08
HSL275.06º79.81%59.22%-
HSV(B)275.06º70.94%91.76%-
XYZ32.4418.0779.62-
YUV115.93194.64163-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 68 (26.95% from 255) = 14.56%
BLUE value IS 234 (91.80% from 255) = 50.11%
R=35.33%
G=14.56%
B=50.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal165682340.290.7100.08275.0679.8159.22
HexA544EA1D4708113503b
Octal2451043523510701042312073
Binary10100101100010011101010111011000111010001000100111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A544EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A544EA; }

 p { color: rgb(165,68,234); }

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

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

 a { background-color: rgb(165,68,234); }

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

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

 span { border-color: rgb(165,68,234); }

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