#A421AC

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

Shades of Dark Orchid #A421AC

Tints of Dark Orchid #A421AC

Color information

#A421AC (or 0xA421AC) is unknown color: approx Dark Orchid. HEX triplet: A4, 21 and AC. RGB value is (164,33,172). Sum of RGB (Red+Green+Blue) = 164+33+172=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #A421AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A421AC is #5BDE53. Grayscale: #575757. Windows color (decimal): -6020692 or 11280804. OLE color: 11280804.

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

Color convert

RGB16433172-
CMYK0.050.8100.33
HSL296.55º67.8%40.2%-
HSV(B)296.55º80.81%67.45%-
XYZ23.311.9640.11-
YUV88.02175.4182.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.44%
GREEN value IS 33 (13.28% from 255) = 8.94%
BLUE value IS 172 (67.58% from 255) = 46.61%
R=44.44%
G=8.94%
B=46.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164331720.050.8100.33296.5567.840.2
HexA421AC5510211294428
Octal24441254512104145110450
Binary1010010010000110101100101101000101000011001010011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A421AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A421AC; }

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

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

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

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

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

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

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

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