#a121cc

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

Shades of Dark Orchid #A121CC

Tints of Dark Orchid #A121CC

Color information

#A121CC (or 0xA121CC) is unknown color: approx Dark Orchid. HEX triplet: A1, 21 and CC. RGB value is (161,33,204). Sum of RGB (Red+Green+Blue) = 161+33+204=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #A121CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A121CC is #5EDE33. Grayscale: #5A5A5A. Windows color (decimal): -6217268 or 13377953. OLE color: 13377953.

HSL color Cylindrical-coordinate representation of color #A121CC: hue angle of 284.91º 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 #A121CC is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16133204-
CMYK0.210.8400.2
HSL284.91º72.15%46.47%-
HSV(B)284.91º83.82%80%-
XYZ26.1413.0258.26-
YUV90.77191.91178.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.45%
GREEN value IS 33 (13.28% from 255) = 8.29%
BLUE value IS 204 (80.08% from 255) = 51.26%
R=40.45%
G=8.29%
B=51.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal161332040.210.8400.2284.9172.1546.47
HexA121CC155401411d482e
Octal241413142512402443511056
Binary10100001100001110011001010110101000101001000111011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a121cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a121cc; }

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

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

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

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

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

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

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

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