#A229C1

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

Shades of Dark Orchid #A229C1

Tints of Dark Orchid #A229C1

Color information

#A229C1 (or 0xA229C1) is unknown color: approx Dark Orchid. HEX triplet: A2, 29 and C1. RGB value is (162,41,193). Sum of RGB (Red+Green+Blue) = 162+41+193=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 193 (75.78% from 255 or 48.74% from 396); Max value from RGB is 193 - color contains mainly: blue. Hex color #A229C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A229C1 is #5DD63E. Grayscale: #5E5E5E. Windows color (decimal): -6149695 or 12659106. OLE color: 12659106.

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

Color convert

RGB16241193-
CMYK0.160.7900.24
HSL287.76º64.96%45.88%-
HSV(B)287.76º78.76%75.69%-
XYZ25.3213.1251.65-
YUV94.51183.59176.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 41 (16.41% from 255) = 10.35%
BLUE value IS 193 (75.78% from 255) = 48.74%
R=40.91%
G=10.35%
B=48.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162411930.160.7900.24287.7664.9645.88
HexA229C1104F018120412e
Octal242513012011703044010156
Binary10100010101001110000011000010011110110001001000001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A229C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A229C1; }

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

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

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

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

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

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

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

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