#A85CCD

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

Shades of Medium Orchid #A85CCD

Tints of Medium Orchid #A85CCD

Color information

#A85CCD (or 0xA85CCD) is unknown color: approx Medium Orchid. HEX triplet: A8, 5C and CD. RGB value is (168,92,205). Sum of RGB (Red+Green+Blue) = 168+92+205=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #A85CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CCD is #57A332. Grayscale: #7F7F7F. Windows color (decimal): -5743411 or 13458600. OLE color: 13458600.

HSL color Cylindrical-coordinate representation of color #A85CCD: hue angle of 280.35º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A85CCD is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16892205-
CMYK0.180.5500.20
HSL280.35º53.05%58.24%-
HSV(B)280.35º55.12%80.39%-
XYZ3120.3960.06-
YUV127.61171.68156.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.13%
GREEN value IS 92 (36.33% from 255) = 19.78%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=36.13%
G=19.78%
B=44.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal168922050.180.5500.20280.3553.0558.24
HexA85CCD1237014118353a
Octal25013431522670244306572
Binary1010100010111001100110110010110111010100100011000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85CCD; }

 p { color: rgb(168,92,205); }

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

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

 a { background-color: rgb(168,92,205); }

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

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

 span { border-color: rgb(168,92,205); }

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