#a655d5

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

Shades of Medium Orchid #A655D5

Tints of Medium Orchid #A655D5

Color information

#A655D5 (or 0xA655D5) is unknown color: approx Medium Orchid. HEX triplet: A6, 55 and D5. RGB value is (166,85,213). Sum of RGB (Red+Green+Blue) = 166+85+213=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #A655D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A655D5 is #59AA2A. Grayscale: #7B7B7B. Windows color (decimal): -5876267 or 13981094. OLE color: 13981094.

HSL color Cylindrical-coordinate representation of color #A655D5: hue angle of 277.97º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A655D5 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16685213-
CMYK0.220.6000.16
HSL277.97º60.38%58.43%-
HSV(B)277.97º60.09%83.53%-
XYZ30.9819.4165.06-
YUV123.81178.34158.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.78%
GREEN value IS 85 (33.59% from 255) = 18.32%
BLUE value IS 213 (83.59% from 255) = 45.91%
R=35.78%
G=18.32%
B=45.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal166852130.220.6000.16277.9760.3858.43
HexA655D5163C0101163c3a
Octal24612532526740204267472
Binary1010011010101011101010110110111100010000100010110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a655d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a655d5; }

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

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

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

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

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

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

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

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