#AA5CCB

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

Shades of Medium Orchid #AA5CCB

Tints of Medium Orchid #AA5CCB

Color information

#AA5CCB (or 0xAA5CCB) is unknown color: approx Medium Orchid. HEX triplet: AA, 5C and CB. RGB value is (170,92,203). Sum of RGB (Red+Green+Blue) = 170+92+203=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA5CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CCB is #55A334. Grayscale: #7F7F7F. Windows color (decimal): -5612341 or 13327530. OLE color: 13327530.

HSL color Cylindrical-coordinate representation of color #AA5CCB: hue angle of 282.16º degrees, saturation: 0.52, 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 #AA5CCB is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17092203-
CMYK0.160.5500.20
HSL282.16º51.63%57.84%-
HSV(B)282.16º54.68%79.61%-
XYZ31.1820.5158.82-
YUV127.98170.34157.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 92 (36.33% from 255) = 19.78%
BLUE value IS 203 (79.69% from 255) = 43.66%
R=36.56%
G=19.78%
B=43.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170922030.160.5500.20282.1651.6357.84
HexAA5CCB103701411a343a
Octal25213431320670244326472
Binary1010101010111001100101110000110111010100100011010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5CCB; }

 p { color: rgb(170,92,203); }

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

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

 a { background-color: rgb(170,92,203); }

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

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

 span { border-color: rgb(170,92,203); }

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