#AB44CB

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

Shades of Medium Orchid #AB44CB

Tints of Medium Orchid #AB44CB

Color information

#AB44CB (or 0xAB44CB) is unknown color: approx Medium Orchid. HEX triplet: AB, 44 and CB. RGB value is (171,68,203). Sum of RGB (Red+Green+Blue) = 171+68+203=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB44CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB44CB is #54BB34. Grayscale: #717171. Windows color (decimal): -5552949 or 13321387. OLE color: 13321387.

HSL color Cylindrical-coordinate representation of color #AB44CB: hue angle of 285.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB44CB is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17168203-
CMYK0.160.6700.20
HSL285.78º56.49%53.14%-
HSV(B)285.78º66.5%79.61%-
XYZ29.6417.158.24-
YUV114.19178.12168.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.69%
GREEN value IS 68 (26.95% from 255) = 15.38%
BLUE value IS 203 (79.69% from 255) = 45.93%
R=38.69%
G=15.38%
B=45.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal171682030.160.6700.20285.7856.4953.14
HexAB44CB104301411e3835
Octal253104313201030244367065
Binary10101011100010011001011100001000011010100100011110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB44CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB44CB; }

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

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

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

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

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

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

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

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