#A755DD

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

Shades of Medium Orchid #A755DD

Tints of Medium Orchid #A755DD

Color information

#A755DD (or 0xA755DD) is unknown color: approx Medium Orchid. HEX triplet: A7, 55 and DD. RGB value is (167,85,221). Sum of RGB (Red+Green+Blue) = 167+85+221=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #A755DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A755DD is #58AA22. Grayscale: #7C7C7C. Windows color (decimal): -5810723 or 14505383. OLE color: 14505383.

HSL color Cylindrical-coordinate representation of color #A755DD: hue angle of 276.18º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A755DD is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16785221-
CMYK0.240.6200.13
HSL276.18º66.67%60%-
HSV(B)276.18º61.54%86.67%-
XYZ32.2419.9370.56-
YUV125.02182.17157.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.31%
GREEN value IS 85 (33.59% from 255) = 17.97%
BLUE value IS 221 (86.72% from 255) = 46.72%
R=35.31%
G=17.97%
B=46.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal167852210.240.6200.13276.1866.6760
HexA755DD183E0D114433c
Octal247125335307601542410374
Binary1010011110101011101110111000111110011011000101001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A755DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A755DD; }

 p { color: rgb(167,85,221); }

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

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

 a { background-color: rgb(167,85,221); }

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

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

 span { border-color: rgb(167,85,221); }

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