#a22cc1

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

Shades of Dark Orchid #A22CC1

Tints of Dark Orchid #A22CC1

Color information

#A22CC1 (or 0xA22CC1) is unknown color: approx Dark Orchid. HEX triplet: A2, 2C and C1. RGB value is (162,44,193). Sum of RGB (Red+Green+Blue) = 162+44+193=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #A22CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22CC1 is #5DD33E. Grayscale: #5F5F5F. Windows color (decimal): -6148927 or 12659874. OLE color: 12659874.

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

Color convert

RGB16244193-
CMYK0.160.7700.24
HSL287.52º62.87%46.47%-
HSV(B)287.52º77.2%75.69%-
XYZ25.4313.3351.69-
YUV96.27182.59174.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 44 (17.58% from 255) = 11.03%
BLUE value IS 193 (75.78% from 255) = 48.37%
R=40.60%
G=11.03%
B=48.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162441930.160.7700.24287.5262.8746.47
HexA22CC1104D0181203f2e
Octal24254301201150304407756
Binary1010001010110011000001100001001101011000100100000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a22cc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a22cc1; }

 p { color: rgb(162,44,193); }

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

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

 a { background-color: rgb(162,44,193); }

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

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

 span { border-color: rgb(162,44,193); }

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