#A32AC4

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

Shades of Dark Orchid #A32AC4

Tints of Dark Orchid #A32AC4

Color information

#A32AC4 (or 0xA32AC4) is unknown color: approx Dark Orchid. HEX triplet: A3, 2A and C4. RGB value is (163,42,196). Sum of RGB (Red+Green+Blue) = 163+42+196=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 196 (76.95% from 255 or 48.88% from 401); Max value from RGB is 196 - color contains mainly: blue. Hex color #A32AC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32AC4 is #5CD53B. Grayscale: #5F5F5F. Windows color (decimal): -6083900 or 12855971. OLE color: 12855971.

HSL color Cylindrical-coordinate representation of color #A32AC4: hue angle of 287.14º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32AC4 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16342196-
CMYK0.170.7900.23
HSL287.14º64.71%46.67%-
HSV(B)287.14º78.57%76.86%-
XYZ25.913.4353.45-
YUV95.73184.59175.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.65%
GREEN value IS 42 (16.80% from 255) = 10.47%
BLUE value IS 196 (76.95% from 255) = 48.88%
R=40.65%
G=10.47%
B=48.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal163421960.170.7900.23287.1464.7146.67
HexA32AC4114F01711f412f
Octal243523042111702743710157
Binary10100011101010110001001000110011110101111000111111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32AC4; }

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

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

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

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

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

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

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

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