#A945CA

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

Shades of Medium Orchid #A945CA

Tints of Medium Orchid #A945CA

Color information

#A945CA (or 0xA945CA) is unknown color: approx Medium Orchid. HEX triplet: A9, 45 and CA. RGB value is (169,69,202). Sum of RGB (Red+Green+Blue) = 169+69+202=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #A945CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A945CA is #56BA35. Grayscale: #717171. Windows color (decimal): -5683766 or 13256105. OLE color: 13256105.

HSL color Cylindrical-coordinate representation of color #A945CA: hue angle of 285.11º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A945CA is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16969202-
CMYK0.160.6600.21
HSL285.11º55.65%53.14%-
HSV(B)285.11º65.84%79.22%-
XYZ29.1516.9657.61-
YUV114.06177.63167.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.41%
GREEN value IS 69 (27.34% from 255) = 15.68%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=38.41%
G=15.68%
B=45.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169692020.160.6600.21285.1155.6553.14
HexA945CA104201511d3835
Octal251105312201020254357065
Binary10101001100010111001010100001000010010101100011101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A945CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A945CA; }

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

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

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

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

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

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

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

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