#A421AA

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

Shades of Dark Orchid #A421AA

Tints of Dark Orchid #A421AA

Color information

#A421AA (or 0xA421AA) is unknown color: approx Dark Orchid. HEX triplet: A4, 21 and AA. RGB value is (164,33,170). Sum of RGB (Red+Green+Blue) = 164+33+170=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #A421AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A421AA is #5BDE55. Grayscale: #575757. Windows color (decimal): -6020694 or 11149732. OLE color: 11149732.

HSL color Cylindrical-coordinate representation of color #A421AA: hue angle of 297.37º 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 #A421AA is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16433170-
CMYK0.040.8100.33
HSL297.37º67.49%39.8%-
HSV(B)297.37º80.59%66.67%-
XYZ23.1111.8839.11-
YUV87.79174.4182.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.69%
GREEN value IS 33 (13.28% from 255) = 8.99%
BLUE value IS 170 (66.80% from 255) = 46.32%
R=44.69%
G=8.99%
B=46.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164331700.040.8100.33297.3767.4939.8
HexA421AA4510211294328
Octal24441252412104145110350
Binary1010010010000110101010100101000101000011001010011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A421AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A421AA; }

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

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

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

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

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

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

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

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