#A32FBA

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

Shades of Dark Orchid #A32FBA

Tints of Dark Orchid #A32FBA

Color information

#A32FBA (or 0xA32FBA) is unknown color: approx Dark Orchid. HEX triplet: A3, 2F and BA. RGB value is (163,47,186). Sum of RGB (Red+Green+Blue) = 163+47+186=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #A32FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32FBA is #5CD045. Grayscale: #616161. Windows color (decimal): -6082630 or 12201891. OLE color: 12201891.

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

Color convert

RGB16347186-
CMYK0.120.7500.27
HSL290.07º59.66%45.69%-
HSV(B)290.07º74.73%72.94%-
XYZ24.9813.3647.72-
YUV97.53177.93174.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.16%
GREEN value IS 47 (18.75% from 255) = 11.87%
BLUE value IS 186 (73.05% from 255) = 46.97%
R=41.16%
G=11.87%
B=46.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163471860.120.7500.27290.0759.6645.69
HexA32FBAC4B01B1223c2e
Octal24357272141130334427456
Binary101000111011111011101011001001011011011100100010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32FBA; }

 p { color: rgb(163,47,186); }

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

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

 a { background-color: rgb(163,47,186); }

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

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

 span { border-color: rgb(163,47,186); }

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