#A421C3

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

Shades of Dark Orchid #A421C3

Tints of Dark Orchid #A421C3

Color information

#A421C3 (or 0xA421C3) is unknown color: approx Dark Orchid. HEX triplet: A4, 21 and C3. RGB value is (164,33,195). Sum of RGB (Red+Green+Blue) = 164+33+195=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 195 (76.56% from 255 or 49.74% from 392); Max value from RGB is 195 - color contains mainly: blue. Hex color #A421C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A421C3 is #5BDE3C. Grayscale: #5A5A5A. Windows color (decimal): -6020669 or 12788132. OLE color: 12788132.

HSL color Cylindrical-coordinate representation of color #A421C3: hue angle of 288.52º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A421C3 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16433195-
CMYK0.160.8300.24
HSL288.52º71.05%44.71%-
HSV(B)288.52º83.08%76.47%-
XYZ25.712.9252.77-
YUV90.64186.9180.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 33 (13.28% from 255) = 8.42%
BLUE value IS 195 (76.56% from 255) = 49.74%
R=41.84%
G=8.42%
B=49.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164331950.160.8300.24288.5271.0544.71
HexA421C31053018121472d
Octal244413032012303044110755
Binary10100100100001110000111000010100110110001001000011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A421C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A421C3; }

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

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

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

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

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

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

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

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