#AA60CC

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

Shades of Medium Orchid #AA60CC

Tints of Medium Orchid #AA60CC

Color information

#AA60CC (or 0xAA60CC) is unknown color: approx Medium Orchid. HEX triplet: AA, 60 and CC. RGB value is (170,96,204). Sum of RGB (Red+Green+Blue) = 170+96+204=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA60CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA60CC is #559F33. Grayscale: #828282. Windows color (decimal): -5611316 or 13394090. OLE color: 13394090.

HSL color Cylindrical-coordinate representation of color #AA60CC: hue angle of 281.11º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA60CC is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17096204-
CMYK0.170.5300.2
HSL281.11º51.43%58.82%-
HSV(B)281.11º52.94%80%-
XYZ31.6621.2759.56-
YUV130.44169.52156.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 96 (37.89% from 255) = 20.43%
BLUE value IS 204 (80.08% from 255) = 43.40%
R=36.17%
G=20.43%
B=43.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal170962040.170.5300.2281.1151.4358.82
HexAA60CC1135014119333b
Octal25214031421650244316373
Binary1010101011000001100110010001110101010100100011001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA60CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA60CC; }

 p { color: rgb(170,96,204); }

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

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

 a { background-color: rgb(170,96,204); }

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

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

 span { border-color: rgb(170,96,204); }

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