#A932B9

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

Shades of Dark Orchid #A932B9

Tints of Dark Orchid #A932B9

Color information

#A932B9 (or 0xA932B9) is unknown color: approx Dark Orchid. HEX triplet: A9, 32 and B9. RGB value is (169,50,185). Sum of RGB (Red+Green+Blue) = 169+50+185=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 185 (72.66% from 255 or 45.79% from 404); Max value from RGB is 185 - color contains mainly: blue. Hex color #A932B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A932B9 is #56CD46. Grayscale: #646464. Windows color (decimal): -5688647 or 12137129. OLE color: 12137129.

HSL color Cylindrical-coordinate representation of color #A932B9: hue angle of 292.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A932B9 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16950185-
CMYK0.090.7300.27
HSL292.89º57.45%46.08%-
HSV(B)292.89º72.97%72.55%-
XYZ26.2614.2247.26-
YUV100.97175.42176.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.83%
GREEN value IS 50 (19.92% from 255) = 12.38%
BLUE value IS 185 (72.66% from 255) = 45.79%
R=41.83%
G=12.38%
B=45.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169501850.090.7300.27292.8957.4546.08
HexA932B994901B125392e
Octal25162271111110334457156
Binary101010011100101011100110011001001011011100100101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A932B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A932B9; }

 p { color: rgb(169,50,185); }

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

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

 a { background-color: rgb(169,50,185); }

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

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

 span { border-color: rgb(169,50,185); }

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