#A655DD

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

Shades of Medium Orchid #A655DD

Tints of Medium Orchid #A655DD

Color information

#A655DD (or 0xA655DD) is unknown color: approx Medium Orchid. HEX triplet: A6, 55 and DD. RGB value is (166,85,221). Sum of RGB (Red+Green+Blue) = 166+85+221=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #A655DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A655DD is #59AA22. Grayscale: #7C7C7C. Windows color (decimal): -5876259 or 14505382. OLE color: 14505382.

HSL color Cylindrical-coordinate representation of color #A655DD: hue angle of 275.74º 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 #A655DD is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16685221-
CMYK0.250.6200.13
HSL275.74º66.67%60%-
HSV(B)275.74º61.54%86.67%-
XYZ32.0319.8270.55-
YUV124.72182.34157.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.17%
GREEN value IS 85 (33.59% from 255) = 18.01%
BLUE value IS 221 (86.72% from 255) = 46.82%
R=35.17%
G=18.01%
B=46.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166852210.250.6200.13275.7466.6760
HexA655DD193E0D114433c
Octal246125335317601542410374
Binary1010011010101011101110111001111110011011000101001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A655DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A655DD; }

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

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

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

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

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

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

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

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