#A521AA

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

Shades of Dark Orchid #A521AA

Tints of Dark Orchid #A521AA

Color information

#A521AA (or 0xA521AA) is unknown color: approx Dark Orchid. HEX triplet: A5, 21 and AA. RGB value is (165,33,170). Sum of RGB (Red+Green+Blue) = 165+33+170=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #A521AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A521AA is #5ADE55. Grayscale: #575757. Windows color (decimal): -5955158 or 11149733. OLE color: 11149733.

HSL color Cylindrical-coordinate representation of color #A521AA: hue angle of 297.81º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A521AA is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16533170-
CMYK0.030.8100.33
HSL297.81º67.49%39.8%-
HSV(B)297.81º80.59%66.67%-
XYZ23.3211.9939.12-
YUV88.09174.23182.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.84%
GREEN value IS 33 (13.28% from 255) = 8.97%
BLUE value IS 170 (66.80% from 255) = 46.20%
R=44.84%
G=8.97%
B=46.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165331700.030.8100.33297.8167.4939.8
HexA521AA35102112a4328
Octal24541252312104145210350
Binary101001011000011010101011101000101000011001010101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A521AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A521AA; }

 p { color: rgb(165,33,170); }

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

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

 a { background-color: rgb(165,33,170); }

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

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

 span { border-color: rgb(165,33,170); }

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