#a721bb

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

Shades of Dark Orchid #A721BB

Tints of Dark Orchid #A721BB

Color information

#A721BB (or 0xA721BB) is unknown color: approx Dark Orchid. HEX triplet: A7, 21 and BB. RGB value is (167,33,187). Sum of RGB (Red+Green+Blue) = 167+33+187=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #A721BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A721BB is #58DE44. Grayscale: #5A5A5A. Windows color (decimal): -5824069 or 12263847. OLE color: 12263847.

HSL color Cylindrical-coordinate representation of color #A721BB: hue angle of 292.21º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A721BB is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16733187-
CMYK0.110.8200.27
HSL292.21º70%43.14%-
HSV(B)292.21º82.35%73.33%-
XYZ25.4512.8948.16-
YUV90.62182.39182.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.15%
GREEN value IS 33 (13.28% from 255) = 8.53%
BLUE value IS 187 (73.44% from 255) = 48.32%
R=43.15%
G=8.53%
B=48.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167331870.110.8200.27292.217043.14
HexA721BBB5201B124462b
Octal247412731312203344410653
Binary1010011110000110111011101110100100110111001001001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a721bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a721bb; }

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

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

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

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

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

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

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

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