#a932e3

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

Shades of Dark Orchid #A932E3

Tints of Dark Orchid #A932E3

Color information

#A932E3 (or 0xA932E3) is unknown color: approx Dark Orchid. HEX triplet: A9, 32 and E3. RGB value is (169,50,227). Sum of RGB (Red+Green+Blue) = 169+50+227=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 227 (89.06% from 255 or 50.90% from 446); Max value from RGB is 227 - color contains mainly: blue. Hex color #A932E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A932E3 is #56CD1C. Grayscale: #696969. Windows color (decimal): -5688605 or 14889641. OLE color: 14889641.

HSL color Cylindrical-coordinate representation of color #A932E3: hue angle of 280.34º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A932E3 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16950227-
CMYK0.260.7800.11
HSL280.34º75.97%54.31%-
HSV(B)280.34º77.97%89.02%-
XYZ31.3716.2674.16-
YUV105.76196.42173.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.89%
GREEN value IS 50 (19.92% from 255) = 11.21%
BLUE value IS 227 (89.06% from 255) = 50.90%
R=37.89%
G=11.21%
B=50.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal169502270.260.7800.11280.3475.9754.31
HexA932E31A4E0B1184c36
Octal251623433211601343011466
Binary1010100111001011100011110101001110010111000110001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a932e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a932e3; }

 p { color: rgb(169,50,227); }

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

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

 a { background-color: rgb(169,50,227); }

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

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

 span { border-color: rgb(169,50,227); }

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