#A945EE

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

Shades of Medium Orchid #A945EE

Tints of Medium Orchid #A945EE

Color information

#A945EE (or 0xA945EE) is unknown color: approx Medium Orchid. HEX triplet: A9, 45 and EE. RGB value is (169,69,238). Sum of RGB (Red+Green+Blue) = 169+69+238=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 69 (27.34% from 255 or 14.50% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #A945EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A945EE is #56BA11. Grayscale: #757575. Windows color (decimal): -5683730 or 15615401. OLE color: 15615401.

HSL color Cylindrical-coordinate representation of color #A945EE: hue angle of 275.5º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A945EE is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16969238-
CMYK0.290.7100.07
HSL275.5º83.25%60.2%-
HSV(B)275.5º71.01%93.33%-
XYZ33.9218.8682.74-
YUV118.17195.63164.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.50%
GREEN value IS 69 (27.34% from 255) = 14.50%
BLUE value IS 238 (93.36% from 255) = 50%
R=35.50%
G=14.50%
B=50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal169692380.290.7100.07275.583.2560.2
HexA945EE1D4707114533c
Octal251105356351070742412374
Binary1010100110001011110111011101100011101111000101001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A945EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A945EE; }

 p { color: rgb(169,69,238); }

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

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

 a { background-color: rgb(169,69,238); }

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

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

 span { border-color: rgb(169,69,238); }

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