#A32CBD

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

Shades of Dark Orchid #A32CBD

Tints of Dark Orchid #A32CBD

Color information

#A32CBD (or 0xA32CBD) is unknown color: approx Dark Orchid. HEX triplet: A3, 2C and BD. RGB value is (163,44,189). Sum of RGB (Red+Green+Blue) = 163+44+189=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #A32CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32CBD is #5CD342. Grayscale: #5F5F5F. Windows color (decimal): -6083395 or 12397731. OLE color: 12397731.

HSL color Cylindrical-coordinate representation of color #A32CBD: hue angle of 289.24º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32CBD is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16344189-
CMYK0.140.7700.26
HSL289.24º62.23%45.69%-
HSV(B)289.24º76.72%74.12%-
XYZ25.1913.2649.38-
YUV96.11180.42175.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.16%
GREEN value IS 44 (17.58% from 255) = 11.11%
BLUE value IS 189 (74.22% from 255) = 47.73%
R=41.16%
G=11.11%
B=47.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal163441890.140.7700.26289.2462.2345.69
HexA32CBDE4D01A1213e2e
Octal24354275161150324417656
Binary101000111011001011110111101001101011010100100001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32CBD; }

 p { color: rgb(163,44,189); }

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

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

 a { background-color: rgb(163,44,189); }

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

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

 span { border-color: rgb(163,44,189); }

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