#A32DAB

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

Shades of Dark Orchid #A32DAB

Tints of Dark Orchid #A32DAB

Color information

#A32DAB (or 0xA32DAB) is unknown color: approx Dark Orchid. HEX triplet: A3, 2D and AB. RGB value is (163,45,171). Sum of RGB (Red+Green+Blue) = 163+45+171=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #A32DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32DAB is #5CD254. Grayscale: #5E5E5E. Windows color (decimal): -6083157 or 11218339. OLE color: 11218339.

HSL color Cylindrical-coordinate representation of color #A32DAB: hue angle of 296.19º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32DAB is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16345171-
CMYK0.050.7400.33
HSL296.19º58.33%42.35%-
HSV(B)296.19º73.68%67.06%-
XYZ23.3912.639.73-
YUV94.65171.09176.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.01%
GREEN value IS 45 (17.97% from 255) = 11.87%
BLUE value IS 171 (67.19% from 255) = 45.12%
R=43.01%
G=11.87%
B=45.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163451710.050.7400.33296.1958.3342.35
HexA32DAB54A0211283a2a
Octal2435525351120414507252
Binary101000111011011010101110110010100100001100101000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32DAB; }

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

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

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

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

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

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

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

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