#A921B8

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

Shades of Dark Orchid #A921B8

Tints of Dark Orchid #A921B8

Color information

#A921B8 (or 0xA921B8) is unknown color: approx Dark Orchid. HEX triplet: A9, 21 and B8. RGB value is (169,33,184). Sum of RGB (Red+Green+Blue) = 169+33+184=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 184 (72.27% from 255 or 47.67% from 386); Max value from RGB is 184 - color contains mainly: blue. Hex color #A921B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A921B8 is #56DE47. Grayscale: #5A5A5A. Windows color (decimal): -5693000 or 12067241. OLE color: 12067241.

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

Color convert

RGB16933184-
CMYK0.080.8200.28
HSL294.04º69.59%42.55%-
HSV(B)294.04º82.07%72.16%-
XYZ25.5612.9846.51-
YUV90.88180.56183.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.78%
GREEN value IS 33 (13.28% from 255) = 8.55%
BLUE value IS 184 (72.27% from 255) = 47.67%
R=43.78%
G=8.55%
B=47.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal169331840.080.8200.28294.0469.5942.55
HexA921B885201C126462b
Octal251412701012203444610653
Binary1010100110000110111000100010100100111001001001101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A921B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A921B8; }

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

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

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

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

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

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

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

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