#AA60CB

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

Shades of Medium Orchid #AA60CB

Tints of Medium Orchid #AA60CB

Color information

#AA60CB (or 0xAA60CB) is unknown color: approx Medium Orchid. HEX triplet: AA, 60 and CB. RGB value is (170,96,203). Sum of RGB (Red+Green+Blue) = 170+96+203=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA60CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA60CB is #559F34. Grayscale: #818181. Windows color (decimal): -5611317 or 13328554. OLE color: 13328554.

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

Color convert

RGB17096203-
CMYK0.160.5300.20
HSL281.5º50.71%58.63%-
HSV(B)281.5º52.71%79.61%-
XYZ31.5421.2258.93-
YUV130.32169.02156.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 96 (37.89% from 255) = 20.47%
BLUE value IS 203 (79.69% from 255) = 43.28%
R=36.25%
G=20.47%
B=43.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170962030.160.5300.20281.550.7158.63
HexAA60CB1035014119333b
Octal25214031320650244316373
Binary1010101011000001100101110000110101010100100011001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA60CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA60CB; }

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

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

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

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

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

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

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

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