#A931C4

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

Shades of Dark Orchid #A931C4

Tints of Dark Orchid #A931C4

Color information

#A931C4 (or 0xA931C4) is unknown color: approx Dark Orchid. HEX triplet: A9, 31 and C4. RGB value is (169,49,196). Sum of RGB (Red+Green+Blue) = 169+49+196=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 196 (76.95% from 255 or 47.34% from 414); Max value from RGB is 196 - color contains mainly: blue. Hex color #A931C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A931C4 is #56CE3B. Grayscale: #656565. Windows color (decimal): -5688892 or 12857769. OLE color: 12857769.

HSL color Cylindrical-coordinate representation of color #A931C4: hue angle of 288.98º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A931C4 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16949196-
CMYK0.140.7500.23
HSL288.98º60%48.04%-
HSV(B)288.98º75%76.86%-
XYZ27.4214.6253.6-
YUV101.64181.26176.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 49 (19.53% from 255) = 11.84%
BLUE value IS 196 (76.95% from 255) = 47.34%
R=40.82%
G=11.84%
B=47.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal169491960.140.7500.23288.986048.04
HexA931C4E4B0171213c30
Octal25161304161130274417460
Binary101010011100011100010011101001011010111100100001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A931C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A931C4; }

 p { color: rgb(169,49,196); }

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

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

 a { background-color: rgb(169,49,196); }

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

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

 span { border-color: rgb(169,49,196); }

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