#A94ACC

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

Shades of Medium Orchid #A94ACC

Tints of Medium Orchid #A94ACC

Color information

#A94ACC (or 0xA94ACC) is unknown color: approx Medium Orchid. HEX triplet: A9, 4A and CC. RGB value is (169,74,204). Sum of RGB (Red+Green+Blue) = 169+74+204=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #A94ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94ACC is #56B533. Grayscale: #747474. Windows color (decimal): -5682484 or 13388457. OLE color: 13388457.

HSL color Cylindrical-coordinate representation of color #A94ACC: hue angle of 283.85º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A94ACC is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16974204-
CMYK0.170.6400.2
HSL283.85º56.03%54.51%-
HSV(B)283.85º63.73%80%-
XYZ29.7117.6958.98-
YUV117.22176.97164.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.81%
GREEN value IS 74 (29.30% from 255) = 16.55%
BLUE value IS 204 (80.08% from 255) = 45.64%
R=37.81%
G=16.55%
B=45.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal169742040.170.6400.2283.8556.0354.51
HexA94ACC114001411c3837
Octal251112314211000244347067
Binary10101001100101011001100100011000000010100100011100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94ACC; }

 p { color: rgb(169,74,204); }

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

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

 a { background-color: rgb(169,74,204); }

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

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

 span { border-color: rgb(169,74,204); }

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