#A32AAA

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

Shades of Dark Orchid #A32AAA

Tints of Dark Orchid #A32AAA

Color information

#A32AAA (or 0xA32AAA) is unknown color: approx Dark Orchid. HEX triplet: A3, 2A and AA. RGB value is (163,42,170). Sum of RGB (Red+Green+Blue) = 163+42+170=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #A32AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32AAA is #5CD555. Grayscale: #5C5C5C. Windows color (decimal): -6083926 or 11152035. OLE color: 11152035.

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

Color convert

RGB16342170-
CMYK0.040.7500.33
HSL296.72º60.38%41.57%-
HSV(B)296.72º75.29%66.67%-
XYZ23.1912.3439.19-
YUV92.77171.59178.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.47%
GREEN value IS 42 (16.80% from 255) = 11.2%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=43.47%
G=11.2%
B=45.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163421700.040.7500.33296.7260.3841.57
HexA32AAA44B0211293c2a
Octal2435225241130414517452
Binary101000111010101010101010010010110100001100101001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32AAA; }

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

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

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

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

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

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

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

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