#A32ABA

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

Shades of Dark Orchid #A32ABA

Tints of Dark Orchid #A32ABA

Color information

#A32ABA (or 0xA32ABA) is unknown color: approx Dark Orchid. HEX triplet: A3, 2A and BA. RGB value is (163,42,186). Sum of RGB (Red+Green+Blue) = 163+42+186=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #A32ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ABA is #5CD545. Grayscale: #5E5E5E. Windows color (decimal): -6083910 or 12200611. OLE color: 12200611.

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

Color convert

RGB16342186-
CMYK0.120.7700.27
HSL290.42º63.16%44.71%-
HSV(B)290.42º77.42%72.94%-
XYZ24.812.9947.65-
YUV94.6179.59176.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.69%
GREEN value IS 42 (16.80% from 255) = 10.74%
BLUE value IS 186 (73.05% from 255) = 47.57%
R=41.69%
G=10.74%
B=47.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163421860.120.7700.27290.4263.1644.71
HexA32ABAC4D01B1223f2d
Octal24352272141150334427755
Binary101000111010101011101011001001101011011100100010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32ABA; }

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

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

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

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

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

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

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

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