#A32FB4

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

Shades of Dark Orchid #A32FB4

Tints of Dark Orchid #A32FB4

Color information

#A32FB4 (or 0xA32FB4) is unknown color: approx Dark Orchid. HEX triplet: A3, 2F and B4. RGB value is (163,47,180). Sum of RGB (Red+Green+Blue) = 163+47+180=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 180 - color contains mainly: blue. Hex color #A32FB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32FB4 is #5CD04B. Grayscale: #606060. Windows color (decimal): -6082636 or 11808675. OLE color: 11808675.

HSL color Cylindrical-coordinate representation of color #A32FB4: hue angle of 292.33º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32FB4 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16347180-
CMYK0.090.7400.29
HSL292.33º58.59%44.51%-
HSV(B)292.33º73.89%70.59%-
XYZ24.3613.1144.43-
YUV96.85174.93175.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.79%
GREEN value IS 47 (18.75% from 255) = 12.05%
BLUE value IS 180 (70.70% from 255) = 46.15%
R=41.79%
G=12.05%
B=46.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163471800.090.7400.29292.3358.5944.51
HexA32FB494A01D1243b2d
Octal24357264111120354447355
Binary101000111011111011010010011001010011101100100100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32FB4; }

 p { color: rgb(163,47,180); }

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

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

 a { background-color: rgb(163,47,180); }

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

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

 span { border-color: rgb(163,47,180); }

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