#a921c9

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

Shades of Dark Orchid #A921C9

Tints of Dark Orchid #A921C9

Color information

#A921C9 (or 0xA921C9) is unknown color: approx Dark Orchid. HEX triplet: A9, 21 and C9. RGB value is (169,33,201). Sum of RGB (Red+Green+Blue) = 169+33+201=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 201 (78.91% from 255 or 49.88% from 403); Max value from RGB is 201 - color contains mainly: blue. Hex color #A921C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A921C9 is #56DE36. Grayscale: #5C5C5C. Windows color (decimal): -5692983 or 13181353. OLE color: 13181353.

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

Color convert

RGB16933201-
CMYK0.160.8400.21
HSL288.57º71.79%45.88%-
HSV(B)288.57º83.58%78.82%-
XYZ27.4513.7456.46-
YUV92.82189.06182.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 33 (13.28% from 255) = 8.19%
BLUE value IS 201 (78.91% from 255) = 49.88%
R=41.94%
G=8.19%
B=49.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169332010.160.8400.21288.5771.7945.88
HexA921C91054015121482e
Octal251413112012402544111056
Binary10101001100001110010011000010101000101011001000011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a921c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a921c9; }

 p { color: rgb(169,33,201); }

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

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

 a { background-color: rgb(169,33,201); }

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

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

 span { border-color: rgb(169,33,201); }

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