#A655D0

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

Shades of Medium Orchid #A655D0

Tints of Medium Orchid #A655D0

Color information

#A655D0 (or 0xA655D0) is unknown color: approx Medium Orchid. HEX triplet: A6, 55 and D0. RGB value is (166,85,208). Sum of RGB (Red+Green+Blue) = 166+85+208=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #A655D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A655D0 is #59AA2F. Grayscale: #7A7A7A. Windows color (decimal): -5876272 or 13653414. OLE color: 13653414.

HSL color Cylindrical-coordinate representation of color #A655D0: hue angle of 279.51º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A655D0 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16685208-
CMYK0.200.5900.18
HSL279.51º56.68%57.45%-
HSV(B)279.51º59.13%81.57%-
XYZ30.3619.1661.77-
YUV123.24175.84158.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.17%
GREEN value IS 85 (33.59% from 255) = 18.52%
BLUE value IS 208 (81.64% from 255) = 45.32%
R=36.17%
G=18.52%
B=45.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal166852080.200.5900.18279.5156.6857.45
HexA655D0143B0121183939
Octal24612532024730224307171
Binary1010011010101011101000010100111011010010100011000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A655D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A655D0; }

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

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

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

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

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

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

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

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