#a732b7

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

Shades of Dark Orchid #A732B7

Tints of Dark Orchid #A732B7

Color information

#A732B7 (or 0xA732B7) is unknown color: approx Dark Orchid. HEX triplet: A7, 32 and B7. RGB value is (167,50,183). Sum of RGB (Red+Green+Blue) = 167+50+183=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 183 (71.88% from 255 or 45.75% from 400); Max value from RGB is 183 - color contains mainly: blue. Hex color #A732B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A732B7 is #58CD48. Grayscale: #636363. Windows color (decimal): -5819721 or 12006055. OLE color: 12006055.

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

Color convert

RGB16750183-
CMYK0.090.7300.28
HSL292.78º57.08%45.69%-
HSV(B)292.78º72.68%71.76%-
XYZ25.6213.9246.14-
YUV100.15174.76175.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.75%
GREEN value IS 50 (19.92% from 255) = 12.5%
BLUE value IS 183 (71.88% from 255) = 45.75%
R=41.75%
G=12.5%
B=45.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal167501830.090.7300.28292.7857.0845.69
HexA732B794901C125392e
Octal24762267111110344457156
Binary101001111100101011011110011001001011100100100101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a732b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a732b7; }

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

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

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

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

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

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

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

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