#A32DB1

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

Shades of Dark Orchid #A32DB1

Tints of Dark Orchid #A32DB1

Color information

#A32DB1 (or 0xA32DB1) is unknown color: approx Dark Orchid. HEX triplet: A3, 2D and B1. RGB value is (163,45,177). Sum of RGB (Red+Green+Blue) = 163+45+177=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 177 - color contains mainly: blue. Hex color #A32DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32DB1 is #5CD24E. Grayscale: #5E5E5E. Windows color (decimal): -6083151 or 11611555. OLE color: 11611555.

HSL color Cylindrical-coordinate representation of color #A32DB1: hue angle of 293.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32DB1 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16345177-
CMYK0.080.7500.31
HSL293.64º59.46%43.53%-
HSV(B)293.64º74.58%69.41%-
XYZ23.9812.8442.81-
YUV95.33174.09176.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.34%
GREEN value IS 45 (17.97% from 255) = 11.69%
BLUE value IS 177 (69.53% from 255) = 45.97%
R=42.34%
G=11.69%
B=45.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163451770.080.7500.31293.6459.4643.53
HexA32DB184B01F1263b2c
Octal24355261101130374467354
Binary101000111011011011000110001001011011111100100110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32DB1; }

 p { color: rgb(163,45,177); }

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

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

 a { background-color: rgb(163,45,177); }

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

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

 span { border-color: rgb(163,45,177); }

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