#A32DCA

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

Shades of Dark Orchid #A32DCA

Tints of Dark Orchid #A32DCA

Color information

#A32DCA (or 0xA32DCA) is unknown color: approx Dark Orchid. HEX triplet: A3, 2D and CA. RGB value is (163,45,202). Sum of RGB (Red+Green+Blue) = 163+45+202=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #A32DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32DCA is #5CD235. Grayscale: #616161. Windows color (decimal): -6083126 or 13249955. OLE color: 13249955.

HSL color Cylindrical-coordinate representation of color #A32DCA: hue angle of 285.1º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A32DCA is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16345202-
CMYK0.190.7800.21
HSL285.1º63.56%48.43%-
HSV(B)285.1º77.72%79.22%-
XYZ26.713.9357.16-
YUV98.18186.59174.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.76%
GREEN value IS 45 (17.97% from 255) = 10.98%
BLUE value IS 202 (79.30% from 255) = 49.27%
R=39.76%
G=10.98%
B=49.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal163452020.190.7800.21285.163.5648.43
HexA32DCA134E01511d4030
Octal243553122311602543510060
Binary10100011101101110010101001110011100101011000111011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32DCA; }

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

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

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

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

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

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

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

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