#A222C1

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

Shades of Dark Orchid #A222C1

Tints of Dark Orchid #A222C1

Color information

#A222C1 (or 0xA222C1) is unknown color: approx Dark Orchid. HEX triplet: A2, 22 and C1. RGB value is (162,34,193). Sum of RGB (Red+Green+Blue) = 162+34+193=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #A222C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A222C1 is #5DDD3E. Grayscale: #595959. Windows color (decimal): -6151487 or 12657314. OLE color: 12657314.

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

Color convert

RGB16234193-
CMYK0.160.8200.24
HSL288.3º70.04%44.51%-
HSV(B)288.3º82.38%75.69%-
XYZ25.112.6851.58-
YUV90.4185.91179.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 34 (13.67% from 255) = 8.74%
BLUE value IS 193 (75.78% from 255) = 49.61%
R=41.65%
G=8.74%
B=49.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162341930.160.8200.24288.370.0444.51
HexA222C11052018120462d
Octal242423012012203044010655
Binary10100010100010110000011000010100100110001001000001000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A222C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A222C1; }

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

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

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

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

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

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

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

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