#A224C1

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

Shades of Dark Orchid #A224C1

Tints of Dark Orchid #A224C1

Color information

#A224C1 (or 0xA224C1) is unknown color: approx Dark Orchid. HEX triplet: A2, 24 and C1. RGB value is (162,36,193). Sum of RGB (Red+Green+Blue) = 162+36+193=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #A224C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A224C1 is #5DDB3E. Grayscale: #5B5B5B. Windows color (decimal): -6150975 or 12657826. OLE color: 12657826.

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

Color convert

RGB16236193-
CMYK0.160.8100.24
HSL288.15º68.56%44.9%-
HSV(B)288.15º81.35%75.69%-
XYZ25.1612.7951.6-
YUV91.57185.24178.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 36 (14.45% from 255) = 9.21%
BLUE value IS 193 (75.78% from 255) = 49.36%
R=41.43%
G=9.21%
B=49.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162361930.160.8100.24288.1568.5644.9
HexA224C11051018120452d
Octal242443012012103044010555
Binary10100010100100110000011000010100010110001001000001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A224C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A224C1; }

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

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

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

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

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

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

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

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