#A332AE

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

Shades of Dark Orchid #A332AE

Tints of Dark Orchid #A332AE

Color information

#A332AE (or 0xA332AE) is unknown color: approx Dark Orchid. HEX triplet: A3, 32 and AE. RGB value is (163,50,174). Sum of RGB (Red+Green+Blue) = 163+50+174=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #A332AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A332AE is #5CCD51. Grayscale: #616161. Windows color (decimal): -6081874 or 11416227. OLE color: 11416227.

HSL color Cylindrical-coordinate representation of color #A332AE: hue angle of 294.68º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A332AE is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16350174-
CMYK0.060.7100.32
HSL294.68º55.36%43.92%-
HSV(B)294.68º71.26%68.24%-
XYZ23.8813.1241.32-
YUV97.92170.94174.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 50 (19.92% from 255) = 12.92%
BLUE value IS 174 (68.36% from 255) = 44.96%
R=42.12%
G=12.92%
B=44.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163501740.060.7100.32294.6855.3643.92
HexA332AE647020127372c
Octal2436225661070404476754
Binary101000111100101010111011010001110100000100100111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A332AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A332AE; }

 p { color: rgb(163,50,174); }

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

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

 a { background-color: rgb(163,50,174); }

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

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

 span { border-color: rgb(163,50,174); }

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