#A132BA

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

Shades of Dark Orchid #A132BA

Tints of Dark Orchid #A132BA

Color information

#A132BA (or 0xA132BA) is unknown color: approx Dark Orchid. HEX triplet: A1, 32 and BA. RGB value is (161,50,186). Sum of RGB (Red+Green+Blue) = 161+50+186=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #A132BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A132BA is #5ECD45. Grayscale: #626262. Windows color (decimal): -6212934 or 12202657. OLE color: 12202657.

HSL color Cylindrical-coordinate representation of color #A132BA: hue angle of 288.97º degrees, saturation: 0.58, 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 #A132BA is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16150186-
CMYK0.130.7300.27
HSL288.97º57.63%46.27%-
HSV(B)288.97º73.12%72.94%-
XYZ24.713.447.74-
YUV98.69177.27172.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 50 (19.92% from 255) = 12.59%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=40.55%
G=12.59%
B=46.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161501860.130.7300.27288.9757.6346.27
HexA132BAD4901B1213a2e
Octal24162272151110334417256
Binary101000011100101011101011011001001011011100100001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A132BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A132BA; }

 p { color: rgb(161,50,186); }

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

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

 a { background-color: rgb(161,50,186); }

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

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

 span { border-color: rgb(161,50,186); }

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