#a732bb

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

Shades of Dark Orchid #A732BB

Tints of Dark Orchid #A732BB

Color information

#A732BB (or 0xA732BB) is unknown color: approx Dark Orchid. HEX triplet: A7, 32 and BB. RGB value is (167,50,187). Sum of RGB (Red+Green+Blue) = 167+50+187=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #A732BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A732BB is #58CD44. Grayscale: #646464. Windows color (decimal): -5819717 or 12268199. OLE color: 12268199.

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

Color convert

RGB16750187-
CMYK0.110.7300.27
HSL291.24º57.81%46.47%-
HSV(B)291.24º73.26%73.33%-
XYZ26.0514.0848.36-
YUV100.6176.76175.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.34%
GREEN value IS 50 (19.92% from 255) = 12.38%
BLUE value IS 187 (73.44% from 255) = 46.29%
R=41.34%
G=12.38%
B=46.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167501870.110.7300.27291.2457.8146.47
HexA732BBB4901B1233a2e
Octal24762273131110334437256
Binary101001111100101011101110111001001011011100100011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a732bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a732bb; }

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

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

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

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

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

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

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

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