#A544CA

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

Shades of Dark Orchid #A544CA

Tints of Dark Orchid #A544CA

Color information

#A544CA (or 0xA544CA) is unknown color: approx Dark Orchid. HEX triplet: A5, 44 and CA. RGB value is (165,68,202). Sum of RGB (Red+Green+Blue) = 165+68+202=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #A544CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A544CA is #5ABB35. Grayscale: #6F6F6F. Windows color (decimal): -5946166 or 13255845. OLE color: 13255845.

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

Color convert

RGB16568202-
CMYK0.180.6600.21
HSL283.43º55.83%52.94%-
HSV(B)283.43º66.34%79.22%-
XYZ28.2416.457.55-
YUV112.28178.64165.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 68 (26.95% from 255) = 15.63%
BLUE value IS 202 (79.30% from 255) = 46.44%
R=37.93%
G=15.63%
B=46.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal165682020.180.6600.21283.4355.8352.94
HexA544CA124201511b3835
Octal245104312221020254337065
Binary10100101100010011001010100101000010010101100011011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A544CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A544CA; }

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

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

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

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

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

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

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

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