#A821CC

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

Shades of Dark Orchid #A821CC

Tints of Dark Orchid #A821CC

Color information

#A821CC (or 0xA821CC) is unknown color: approx Dark Orchid. HEX triplet: A8, 21 and CC. RGB value is (168,33,204). Sum of RGB (Red+Green+Blue) = 168+33+204=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #A821CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A821CC is #57DE33. Grayscale: #5C5C5C. Windows color (decimal): -5758516 or 13377960. OLE color: 13377960.

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

Color convert

RGB16833204-
CMYK0.180.8400.2
HSL287.37º72.15%46.47%-
HSV(B)287.37º83.82%80%-
XYZ27.5913.7758.33-
YUV92.86190.73181.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.48%
GREEN value IS 33 (13.28% from 255) = 8.15%
BLUE value IS 204 (80.08% from 255) = 50.37%
R=41.48%
G=8.15%
B=50.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal168332040.180.8400.2287.3772.1546.47
HexA821CC125401411f482e
Octal250413142212402443711056
Binary10101000100001110011001001010101000101001000111111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A821CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A821CC; }

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

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

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

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

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

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

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

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