#AB44CA

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

Shades of Medium Orchid #AB44CA

Tints of Medium Orchid #AB44CA

Color information

#AB44CA (or 0xAB44CA) is unknown color: approx Medium Orchid. HEX triplet: AB, 44 and CA. RGB value is (171,68,202). Sum of RGB (Red+Green+Blue) = 171+68+202=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB44CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB44CA is #54BB35. Grayscale: #717171. Windows color (decimal): -5552950 or 13255851. OLE color: 13255851.

HSL color Cylindrical-coordinate representation of color #AB44CA: hue angle of 286.12º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB44CA is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17168202-
CMYK0.150.6600.21
HSL286.12º55.83%52.94%-
HSV(B)286.12º66.34%79.22%-
XYZ29.5217.0657.61-
YUV114.07177.62168.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 68 (26.95% from 255) = 15.42%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=38.78%
G=15.42%
B=45.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171682020.150.6600.21286.1255.8352.94
HexAB44CAF4201511e3835
Octal253104312171020254367065
Binary1010101110001001100101011111000010010101100011110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB44CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB44CA; }

 p { color: rgb(171,68,202); }

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

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

 a { background-color: rgb(171,68,202); }

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

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

 span { border-color: rgb(171,68,202); }

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