#A422C1

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

Shades of Dark Orchid #A422C1

Tints of Dark Orchid #A422C1

Color information

#A422C1 (or 0xA422C1) is unknown color: approx Dark Orchid. HEX triplet: A4, 22 and C1. RGB value is (164,34,193). Sum of RGB (Red+Green+Blue) = 164+34+193=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 34 (13.67% from 255 or 8.70% 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 #A422C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A422C1 is #5BDD3E. Grayscale: #5A5A5A. Windows color (decimal): -6020415 or 12657316. OLE color: 12657316.

HSL color Cylindrical-coordinate representation of color #A422C1: hue angle of 289.06º 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 #A422C1 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16434193-
CMYK0.150.8200.24
HSL289.06º70.04%44.51%-
HSV(B)289.06º82.38%75.69%-
XYZ25.5112.8951.6-
YUV91185.57180.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 34 (13.67% from 255) = 8.70%
BLUE value IS 193 (75.78% from 255) = 49.36%
R=41.94%
G=8.70%
B=49.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164341930.150.8200.24289.0670.0444.51
HexA422C1F52018121462d
Octal244423011712203044110655
Binary1010010010001011000001111110100100110001001000011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A422C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A422C1; }

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

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

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

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

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

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

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

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