#AB45CC

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

Shades of Medium Orchid #AB45CC

Tints of Medium Orchid #AB45CC

Color information

#AB45CC (or 0xAB45CC) is unknown color: approx Medium Orchid. HEX triplet: AB, 45 and CC. RGB value is (171,69,204). Sum of RGB (Red+Green+Blue) = 171+69+204=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB45CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB45CC is #54BA33. Grayscale: #727272. Windows color (decimal): -5552692 or 13387179. OLE color: 13387179.

HSL color Cylindrical-coordinate representation of color #AB45CC: hue angle of 285.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB45CC is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17169204-
CMYK0.160.6600.2
HSL285.33º56.96%53.53%-
HSV(B)285.33º66.18%80%-
XYZ29.8217.2758.89-
YUV114.89178.29168.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 69 (27.34% from 255) = 15.54%
BLUE value IS 204 (80.08% from 255) = 45.95%
R=38.51%
G=15.54%
B=45.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171692040.160.6600.2285.3356.9653.53
HexAB45CC104201411d3936
Octal253105314201020244357166
Binary10101011100010111001100100001000010010100100011101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB45CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB45CC; }

 p { color: rgb(171,69,204); }

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

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

 a { background-color: rgb(171,69,204); }

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

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

 span { border-color: rgb(171,69,204); }

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