#A946CA

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

Shades of Medium Orchid #A946CA

Tints of Medium Orchid #A946CA

Color information

#A946CA (or 0xA946CA) is unknown color: approx Medium Orchid. HEX triplet: A9, 46 and CA. RGB value is (169,70,202). Sum of RGB (Red+Green+Blue) = 169+70+202=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #A946CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A946CA is #56B935. Grayscale: #727272. Windows color (decimal): -5683510 or 13256361. OLE color: 13256361.

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

Color convert

RGB16970202-
CMYK0.160.6500.21
HSL285º55.46%53.33%-
HSV(B)285º65.35%79.22%-
XYZ29.2117.0857.63-
YUV114.65177.3166.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 70 (27.73% from 255) = 15.87%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=38.32%
G=15.87%
B=45.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169702020.160.6500.2128555.4653.33
HexA946CA104101511d3735
Octal251106312201010254356765
Binary10101001100011011001010100001000001010101100011101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A946CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A946CA; }

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

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

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

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

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

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

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

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