#A221C7

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

Shades of Dark Orchid #A221C7

Tints of Dark Orchid #A221C7

Color information

#A221C7 (or 0xA221C7) is unknown color: approx Dark Orchid. HEX triplet: A2, 21 and C7. RGB value is (162,33,199). Sum of RGB (Red+Green+Blue) = 162+33+199=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 199 (78.12% from 255 or 50.51% from 394); Max value from RGB is 199 - color contains mainly: blue. Hex color #A221C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A221C7 is #5DDE38. Grayscale: #595959. Windows color (decimal): -6151737 or 13050274. OLE color: 13050274.

HSL color Cylindrical-coordinate representation of color #A221C7: hue angle of 286.63º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A221C7 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16233199-
CMYK0.190.8300.22
HSL286.63º71.55%45.49%-
HSV(B)286.63º83.42%78.04%-
XYZ25.7512.8955.16-
YUV90.5189.24179-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 33 (13.28% from 255) = 8.38%
BLUE value IS 199 (78.12% from 255) = 50.51%
R=41.12%
G=8.38%
B=50.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162331990.190.8300.22286.6371.5545.49
HexA221C7135301611f482d
Octal242413072312302643711055
Binary10100010100001110001111001110100110101101000111111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A221C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A221C7; }

 p { color: rgb(162,33,199); }

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

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

 a { background-color: rgb(162,33,199); }

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

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

 span { border-color: rgb(162,33,199); }

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