#A943E2

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

Shades of Medium Orchid #A943E2

Tints of Medium Orchid #A943E2

Color information

#A943E2 (or 0xA943E2) is unknown color: approx Medium Orchid. HEX triplet: A9, 43 and E2. RGB value is (169,67,226). Sum of RGB (Red+Green+Blue) = 169+67+226=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 226 (88.67% from 255 or 48.92% from 462); Max value from RGB is 226 - color contains mainly: blue. Hex color #A943E2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A943E2 is #56BC1D. Grayscale: #737373. Windows color (decimal): -5684254 or 14828457. OLE color: 14828457.

HSL color Cylindrical-coordinate representation of color #A943E2: hue angle of 278.49º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A943E2 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16967226-
CMYK0.250.7000.11
HSL278.49º73.27%57.45%-
HSV(B)278.49º70.35%88.63%-
XYZ32.117.9473.72-
YUV115.62190.29166.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.58%
GREEN value IS 67 (26.56% from 255) = 14.50%
BLUE value IS 226 (88.67% from 255) = 48.92%
R=36.58%
G=14.50%
B=48.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal169672260.250.7000.11278.4973.2757.45
HexA943E219460B1164939
Octal2511033423110601342611171
Binary10101001100001111100010110011000110010111000101101001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A943E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A943E2; }

 p { color: rgb(169,67,226); }

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

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

 a { background-color: rgb(169,67,226); }

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

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

 span { border-color: rgb(169,67,226); }

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