#A648D1

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

Shades of Medium Orchid #A648D1

Tints of Medium Orchid #A648D1

Color information

#A648D1 (or 0xA648D1) is unknown color: approx Medium Orchid. HEX triplet: A6, 48 and D1. RGB value is (166,72,209). Sum of RGB (Red+Green+Blue) = 166+72+209=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 209 (82.03% from 255 or 46.76% from 447); Max value from RGB is 209 - color contains mainly: blue. Hex color #A648D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A648D1 is #59B72E. Grayscale: #737373. Windows color (decimal): -5879599 or 13715622. OLE color: 13715622.

HSL color Cylindrical-coordinate representation of color #A648D1: hue angle of 281.17º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A648D1 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16672209-
CMYK0.210.6600.18
HSL281.17º59.83%55.1%-
HSV(B)281.17º65.55%81.96%-
XYZ29.5517.3562.11-
YUV115.72180.64163.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.14%
GREEN value IS 72 (28.52% from 255) = 16.11%
BLUE value IS 209 (82.03% from 255) = 46.76%
R=37.14%
G=16.11%
B=46.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal166722090.210.6600.18281.1759.8355.1
HexA648D115420121193c37
Octal246110321251020224317467
Binary10100110100100011010001101011000010010010100011001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A648D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A648D1; }

 p { color: rgb(166,72,209); }

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

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

 a { background-color: rgb(166,72,209); }

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

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

 span { border-color: rgb(166,72,209); }

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