#A32ABE

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

Shades of Dark Orchid #A32ABE

Tints of Dark Orchid #A32ABE

Color information

#A32ABE (or 0xA32ABE) is unknown color: approx Dark Orchid. HEX triplet: A3, 2A and BE. RGB value is (163,42,190). Sum of RGB (Red+Green+Blue) = 163+42+190=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #A32ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ABE is #5CD541. Grayscale: #5E5E5E. Windows color (decimal): -6083906 or 12462755. OLE color: 12462755.

HSL color Cylindrical-coordinate representation of color #A32ABE: hue angle of 289.05º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A32ABE is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16342190-
CMYK0.140.7800.25
HSL289.05º63.79%45.49%-
HSV(B)289.05º77.89%74.51%-
XYZ25.2313.1649.93-
YUV95.05181.59176.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 42 (16.80% from 255) = 10.63%
BLUE value IS 190 (74.61% from 255) = 48.10%
R=41.27%
G=10.63%
B=48.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163421900.140.7800.25289.0563.7945.49
HexA32ABEE4E019121402d
Octal243522761611603144110055
Binary1010001110101010111110111010011100110011001000011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32ABE; }

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

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

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

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

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

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

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

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