#A721CC

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

Shades of Dark Orchid #A721CC

Tints of Dark Orchid #A721CC

Color information

#A721CC (or 0xA721CC) is unknown color: approx Dark Orchid. HEX triplet: A7, 21 and CC. RGB value is (167,33,204). Sum of RGB (Red+Green+Blue) = 167+33+204=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #A721CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A721CC is #58DE33. Grayscale: #5C5C5C. Windows color (decimal): -5824052 or 13377959. OLE color: 13377959.

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

Color convert

RGB16733204-
CMYK0.180.8400.2
HSL287.02º72.15%46.47%-
HSV(B)287.02º83.82%80%-
XYZ27.3813.6658.32-
YUV92.56190.89181.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.34%
GREEN value IS 33 (13.28% from 255) = 8.17%
BLUE value IS 204 (80.08% from 255) = 50.50%
R=41.34%
G=8.17%
B=50.50%

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
Decimal167332040.180.8400.2287.0272.1546.47
HexA721CC125401411f482e
Octal247413142212402443711056
Binary10100111100001110011001001010101000101001000111111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A721CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A721CC; }

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

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

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

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

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

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

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

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