#A921CC

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

Shades of Dark Orchid #A921CC

Tints of Dark Orchid #A921CC

Color information

#A921CC (or 0xA921CC) is unknown color: approx Dark Orchid. HEX triplet: A9, 21 and CC. RGB value is (169,33,204). Sum of RGB (Red+Green+Blue) = 169+33+204=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #A921CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A921CC is #56DE33. Grayscale: #5C5C5C. Windows color (decimal): -5692980 or 13377961. OLE color: 13377961.

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

Color convert

RGB16933204-
CMYK0.170.8400.2
HSL287.72º72.15%46.47%-
HSV(B)287.72º83.82%80%-
XYZ27.8113.8858.34-
YUV93.16190.56182.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 33 (13.28% from 255) = 8.13%
BLUE value IS 204 (80.08% from 255) = 50.25%
R=41.63%
G=8.13%
B=50.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal169332040.170.8400.2287.7272.1546.47
HexA921CC1154014120482e
Octal251413142112402444011056
Binary10101001100001110011001000110101000101001001000001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A921CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A921CC; }

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

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

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

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

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

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

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

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